imgui

FORK: Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
git clone https://git.neptards.moe/neptards/imgui.git
Log | Files | Refs

README.txt (434B)


      1 See BACKENDS and EXAMPLES files in the docs/ folder.
      2 
      3 Backends = Helper code to facilitate integration with platforms/graphics api (used by Examples + should be used by your app).
      4 Examples = Standalone applications showcasing integration with platforms/graphics api.
      5 
      6 Once Dear ImGui is running (in either examples or your own application/game/engine),
      7 run and refer to ImGui::ShowDemoWindow() in imgui_demo.cpp for the end-user API.