6 ms·
Honest question, would studying immediate mode rendering systems improve my understanding of React's system of doing things? If so, do you have a resource I cou
by JoshMilo 12y ago
Honest question, would studying immediate mode rendering systems improve my understanding of React's system of doing things? If so, do you have a resource I could use?
- dkarapetyan 12y agoI don't know. Probably not but all abstractions leak so then again it might help if you have a second source on how things should work. I don't have a list of resources.
- stoikerty 12y agoThere is a video that describes "Immediate-Mode Graphical User Interfaces" really well, see: https://twitter.com/stoikerty/status/467047333453381632 https://twitter.com/stoikerty/status/467047333453381632 There is also a lengthy and insightful blog-post about the subject where I found the video: http://jlongster.com/Removing-User-Interface-Complexity,-or-Why-React-is-Awesome http://jlongster.com/Removing-User-Interface-Complexity,-or-...
- rpedela 12y agoThe first half of my career was in graphics and games. I think at a high-level, React is similar to a rendering engine and React + Flux is similar to a game engine.
- greggman 12y agoThe original talk? http://mollyrocket.com/861 http://mollyrocket.com/861 There's also a relatively recent library (C++) https://github.com/ocornut/imgui https://github.com/ocornut/imgui