Find a file
2025-09-04 11:26:29 +02:00
dependencies Starting repo 2025-08-28 14:52:41 +02:00
src fix: binary output directories not being set correctly 2025-09-04 10:52:04 +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
CMakeLists.txt fix: renamed project placeholder name to CHANGEME 2025-09-03 22:06:35 +02:00
justfile feat: removed build recipe and renamed rebuild to build 2025-09-04 11:26:29 +02:00
README.md feat: added README.md 2025-09-04 11:25:39 +02:00

IMGUI-SFML template

Usage:

Clone this repository and enter.

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

Note: {name} will be the name of your binary.

(Optional, but recommended) Commit changes to git.

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.