Skip to content

Rbel12b/imgui-cpp-template

Repository files navigation

{{PROJECT_NAME}}

A c++ project with imgui and cmake.

Setup

Run the folowing to set the project name.

./init_name.py

After 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

Linux

Building just the executable (for debugging):

./setup.sh # only needed once
cmake -B ./build .
cmake build ./build

Building the appimage:

./build-appimage.sh

Windows

The windows builds are cross compiled on linux with mingw-w64-gcc.

./build-win-installer.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published