mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-27 23:37:03 -05:00
Updated About the IMGUI paradigm (markdown)
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user