https://github.com/joehowarth/cpp-sfml-flecs-template
Template for cpp game dev projects
https://github.com/joehowarth/cpp-sfml-flecs-template
Last synced: 6 months ago
JSON representation
Template for cpp game dev projects
- Host: GitHub
- URL: https://github.com/joehowarth/cpp-sfml-flecs-template
- Owner: JoeHowarth
- Created: 2024-06-17T16:14:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T22:56:44.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T06:11:26.344Z (over 1 year ago)
- Language: C++
- Size: 587 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Template with SFML, Flecs v4 and common utils
### To install
```sh
gh repo fork JoeHowarth/cpp-sfml-flecs-template
./bootstrap.sh
```
### vscode Integration
Includes tasks to build and run the project
Note: if you change the bin name in `CMakeLists.txt`, update it in `.vscode/tasks.json`