Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 459 Bytes

File metadata and controls

32 lines (25 loc) · 459 Bytes

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