Boilerplate for making SFML games.
It has a:
- Basic GUI.
- Portable configuration.
- Multi screen system.
- Premade Code::Blocks project.
- SFML 2.5.1 in the lib directory.
The Code::Blocks project is ready to build.
bin/ # Executable and static files
include/ # header files
lib/ # SFML and libraries
src/ # source files
Open the .cbp
file with Code::Blocks.
Ways to contribute:
- Check for open issues
- Read the
TODO
file
- Fork this repository
- Create a new branch (optional)
- Clone it
- Make your changes
- Upload them
- Make a pull request here
Copyright © Martin Kondor 2022
This repository is licensed under the MIT
license.
See the LICENSE file for more details.