Skip to content

Fix use of "ImGUI" #200

@roxwize

Description

@roxwize

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++.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions