Update README.md

Clarifying C++
Added item in todo list
This commit is contained in:
ocornut
2014-08-11 12:45:47 +01:00
parent 678f6d3a3d
commit 900dd3bd0f
3 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
ImGui
=====
ImGui is a bloat-free graphical user interface library for C/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 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 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.