How to build:
- clone the repo
git clone [email protected]:KaspersTools/imgui.git --recursive - go into folder
cd imgui- make build folder or open with CLion
mkdir build && cd build- run cmake
cmake .. -DHBUI_BUILD_EXAMPLE:BOOL=ON -DHBUI_GLFW:BOOL=ON -DHBUI_WITH_DEBUG_WINDOW:BOOL=ON- build with example
cmake --build . --target ImVk-example -j 8- run
./bin/ImVk-example