MartinKondor / SFMLGameBoilerplate

Boilerplate for SFML game development in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SFMLGameBoilerplate

version Project Status Contributions welcome GitHub Issues License

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.

Project structure

bin/  # Executable and static files
include/  # header files
lib/  # SFML and libraries
src/  # source files

Usage

Open the .cbp file with Code::Blocks.

Contributing

Ways to contribute:

  • Check for open issues
  • Read the TODO file

Steps

  1. Fork this repository
  2. Create a new branch (optional)
  3. Clone it
  4. Make your changes
  5. Upload them
  6. Make a pull request here

Authors

License

Copyright © Martin Kondor 2022

This repository is licensed under the MIT license. See the LICENSE file for more details.

About

Boilerplate for SFML game development in C++.

License:MIT License


Languages

Language:C++ 92.9%Language:CMake 3.5%Language:CSS 2.5%Language:JavaScript 1.1%