Find a file
2025-10-28 23:00:20 +01:00
dependencies feat: changed IMGUI branch to 1.91.1-docking to enable docking support 2025-09-04 21:24:20 +02:00
src feat: last changes for documentation 2025-10-28 23:00:20 +01:00
.clang-format feat: setup project from template /w .clang-format 2025-10-13 23:29:12 +02:00
.clangd feat: setup justfile to generate files required by clangd in nvim 2025-09-04 11:07:30 +02:00
.gitignore feat: setup justfile to generate files required by clangd in nvim 2025-09-04 11:07:30 +02:00
CHANGES.md feat: last changes for documentation 2025-10-28 23:00:20 +01:00
CMakeLists.txt feat: setup project from template /w .clang-format 2025-10-13 23:29:12 +02:00
justfile feat: setup project from template /w .clang-format 2025-10-13 23:29:12 +02:00
README.md feat(docs): added "immediately" 2025-09-12 23:29:49 +02:00

IMGUI-SFML template

Usage:

Clone this repository and cd into it.

Run just set-project-name {name} in the project root directory.

It's best to then commit the script's changes to git immediately.

Run just generate and just build, this should output a binary named {name} (as given for set-project-name) in the bin/ subdirectory of the project root.

If you want to share code between projects using the same template, make the shared code into a git submodule(1) and add it as it's own cmake directory.