Skip to content
forked from ocornut/imgui

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

License

Notifications You must be signed in to change notification settings

KaspersTools/imgui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build:

  1. clone the repo
git clone git@github.com:KaspersTools/imgui.git --recursive 
  1. go into folder
cd imgui
  1. make build folder or open with CLion
mkdir build && cd build
  1. run cmake
cmake .. -DHBUI_BUILD_EXAMPLE:BOOL=ON -DHBUI_GLFW:BOOL=ON -DHBUI_WITH_DEBUG_WINDOW:BOOL=ON
  1. build with example
cmake --build . --target ImVk-example -j 8
  1. run
./bin/ImVk-example

About

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 70.5%
  • C 29.4%
  • Other 0.1%