I don't really have the time or energy to make this its own full pull request so I'm going to put this up in the hopes that someone will be able to come around and fix it if deemed necessary.
The wiki frequently refers to ocornut's library as "ImGUI", but that name specifically is a vague shortened version of just the thing that it is—an immediate mode GUI. The more exact name is Dear ImGui, capitalization included.
Just to avoid ambiguously lumping Dear ImGui with the general concept of an immediate-mode GUI, all instances of "ImGUI" or similar that refer to Dear ImGui should be changed to use its actual full name IMO.
Example:
- Developer UI is implemented using ImGUI - a bloat-free graphical user interface library for C++.
+ Developer UI is implemented using Dear ImGui - a bloat-free graphical user interface library for C++.
I don't really have the time or energy to make this its own full pull request so I'm going to put this up in the hopes that someone will be able to come around and fix it if deemed necessary.
The wiki frequently refers to ocornut's library as "ImGUI", but that name specifically is a vague shortened version of just the thing that it is—an immediate mode GUI. The more exact name is Dear ImGui, capitalization included.
Just to avoid ambiguously lumping Dear ImGui with the general concept of an immediate-mode GUI, all instances of "ImGUI" or similar that refer to Dear ImGui should be changed to use its actual full name IMO.
Example: