Instructions to compile the project:
-
Make sure your compiler supports C++20 or newer. For Windows, you can download the latest GCC release from https://winlibs.com/#download-release
-
Download and install CMake from https://cmake.org/download/
-
Open the terminal on this directory and run the following commands:
mkdir build
cd build
cmake .. -
After the configuration is done, compile with (debug build):
cmake --build .
... or for the release build:
cmake --build . --config Release
-
Find and run the generated executable
-
On the first use, you may have to adjust the window layout if imgui.ini is not in your root directory