Updated About the IMGUI paradigm (markdown)

omar 2021-02-15 14:36:04 +01:00
parent f436aa91d9
commit e814164f58

@ -49,8 +49,8 @@ What we care about:
This is in comparison with typical RMGUI ("retained-mode UI"):
- RMGUI APIs often have the application retain more artifacts from the UI system (e.g. create objects, maintain references).
- RMGUI APIs often require more synchronization mechanisms because the UI system retain more application data.
- RMGUI APIs often have the application retain artifacts from the UI system (e.g. maintain references to UI objects).
- RMGUI APIs often require synchronization mechanisms because the UI system retain more application data.
What it doesn't stands for: