mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-11 07:47:36 +00:00
README: try to clarify purpose of library
Tweaks the first sentence to try to emphasize that this library is for adding a GUI directly into some other graphics context, and is not on its own a complete GUI toolkit.
This commit is contained in:
parent
57ac561ecb
commit
5ca4a9aa3c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
ImGui
|
||||
=====
|
||||
|
||||
ImGui is a bloat-free graphical user interface library for C++. It is portable, renderer agnostic and carries minimal amount of dependencies (only 3 files are needed). It is based on an "immediate" graphical user interface paradigm which allows you to build simple user interfaces with ease.
|
||||
ImGui is a bloat-free C++ library for embedding graphical user interfaces directly into graphical applications. It is portable, renderer agnostic and carries minimal amount of dependencies (only 3 files are needed). It is based on an "immediate" graphical user interface paradigm which allows you to build simple user interfaces with ease.
|
||||
|
||||
ImGui is designed to allow programmers to create "content creation" or "debug" tools (as opposed to tools for the average end-user). It favors simplicity and thus lacks certain features normally found in more high-level libraries, such as string localisation.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue