mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-03 05:57:38 -05:00
README.md
This commit is contained in:
@@ -3,6 +3,8 @@ ImGui
|
||||
[](https://travis-ci.org/ocornut/imgui)
|
||||
[](https://scan.coverity.com/projects/4720)
|
||||
|
||||
<sub>(This library is free but I need your support to sustain development and maintenance. If you work for a company, please consider financial support)</sub>
|
||||
|
||||
[](http://www.patreon.com/imgui) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5Q73FPZ9C526U)
|
||||
|
||||
ImGui is a bloat-free graphical user interface library for C++. It outputs vertex buffers that you can render in your 3D-pipeline enabled application. It is portable, renderer agnostic and self-contained (no external dependencies). It is based on an "immediate mode" graphical user interface paradigm which enables you to build user interfaces with ease.
|
||||
|
||||
Reference in New Issue
Block a user