mirror of
https://github.com/Floriansylvain/SFMLplayground.git
synced 2026-08-19 11:43:24 +02:00
10 lines
275 B
Markdown
10 lines
275 B
Markdown
# SFML Playground
|
|
|
|
Simple CMake project w/ SFML 3 to play around with.
|
|
|
|
## TODO
|
|
|
|
- [ ] Add a toggle for debug stuff
|
|
- [ ] Add debug text (for ball velocity, position, rest status, etc.)
|
|
- [ ] Refactor game class to split input handling and debug stuff into their own classes
|