Updated About the IMGUI paradigm (markdown)

omar
2025-10-03 18:28:15 +02:00
parent 349a93f469
commit ebf7d8c122

@@ -119,7 +119,7 @@ The existence of those two terms effectively has hindered both discussions and r
What we care about:
- IMGUI refers to the API: literally the interface between the application and the UI system.
- An IMGUI API favor the application code owning its data and being the single source of truth for it.
- An IMGUI API favors the application code owning its data and being the single source of truth for it.
- An IMGUI API tries to minimize the application having to retain/manage data related to the UI system.
- An IMGUI API tries to minimize the UI system having to retain/manage data related to the application.
- Synchronization between application data and UI data is natural and less error-prone.