You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Omar C 02ebfa21bc Update README.md 10 years ago
examples Added OpenGL and DirectX9 example applications 10 years ago
web Screeenshots for web 10 years ago
LICENSE Initial release 10 years ago
README.md Update README.md 10 years ago
imconfig.h Initial release 10 years ago
imgui.cpp Initial release 10 years ago
imgui.h Initial release 10 years ago
stb_textedit.h Initial release 10 years ago

README.md

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

Usage example:

screenshot of sample code alongside its output with ImGui

ImGui output vertex buffer and simple command-list that you can render in application. Refer to the sample applications in the examples/ folder for instructions on how to integrate ImGui within your existing codebase.

screenshot 1 screenshot 2 screenshot 3 screenshot 4

Credits

Developed by Omar Cornut. The library was developed with the support of Media Molecule and first used internally on the game Tearaway.

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.