A c++ project with imgui and cmake.
Run the folowing to set the project name.
./init_name.pyAfter this running it again will not do anything.
For debugging, run the setup.sh to link the required files into the build directory (for creating bundles this isn't needed).
Building just the executable (for debugging):
./setup.sh # only needed once
cmake -B ./build .
cmake build ./buildBuilding the appimage:
./build-appimage.shThe windows builds are cross compiled on linux with mingw-w64-gcc.
./build-win-installer.sh