|
@@ -1,4 +1,30 @@
|
|
|
-imgui
|
|
|
+ImGui
|
|
|
=====
|
|
|
|
|
|
-Immediate Mode Graphical User Interface with minimal dependencies.
|
|
|
+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 designed to allow programmers to create "content creation" or "debug" tools (as opposed to tools for the average end-user). As thus, it is lacking certain features normally found in more high-level libraries, such as string localisation.
|
|
|
+
|
|
|
+A simple usage example:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+Gallery
|
|
|
+-------
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+Credits
|
|
|
+-------
|
|
|
+
|
|
|
+Developed by [Omar Cornut](http://www.miracleworld.net). The library was developed with the support of [Media Molecule](http://www.mediamolecule.com) and first used internally on the game [Tearaway](http://tearaway.mediamolecule.com).
|
|
|
+
|
|
|
+Inspiration, feedback, and testing: Casey Muratori, Atman Binstock, Mikko Mononen, Emmanuel Briney, Stefan Kamoda, Matt Willis. Thanks!
|
|
|
+
|
|
|
+License
|
|
|
+-------
|
|
|
+
|
|
|
+ImGui is licensed under the MIT License, see LICENSE for more information.
|