mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-27 23:37:03 -05:00
Updated About the IMGUI paradigm (markdown)
@@ -41,7 +41,7 @@ What we care about:
|
||||
- IMGUI refers to the API: literally the interface between the application and the UI system.
|
||||
- The API tries to minimize the application having to retain data related to the UI system.
|
||||
- The API tries to minimize the UI system having to retain data related to the application.
|
||||
- IMGUI does NOT refer to the implementation. Whatever happens inside the UI system stays inside the UI system.
|
||||
- IMGUI does NOT refer to the implementation. Whatever happens inside the UI system doesn't matter.
|
||||
|
||||
This is in comparison with typical RMGUI ("retained-mode UI"):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user