Initial commit

This commit is contained in:
Zed A. Shaw 2024-06-24 18:30:39 +02:00
commit 75ca681dd2
2 changed files with 19 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# game-dev-starter-pack
A cross platform pre-configured C++ game development setup. It uses Meson to build a bouncing game using SFML, ImGUI, and Box2d in the smallest C++ example possible.