New to Immediate Mode (IM) UI and trying to understand something. If all desktop applications rendered their UI in IM aiming at ~60fps+, would not that make them compete for the resources more than needed and overuse them? May I ask @cmuratori to drop a hint?
-
-
Would you qualify React.js as an immediate mode API? Since the vast majority of the time you don't think of a separate init and update steps. You just say what the UI should like given the current input/state.
-
React’s API resembles the one of IM; however, under the hood it still updates the existing DOM rather than generating it “from scratch” (whatever it means for browsers). So in my understanding it looks like IM but it does not act like true IM in terms of its DOM implementation.
- Show replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.