1
0
Fork 0
mirror of https://github.com/eXpl0it3r/SmallGameFramework.git synced 2026-01-01 11:03:00 +00:00
A small game framework for accelerating game development with SFML.
Find a file
Lukas Dürrenberger b7bb6f0a39 Update dependency versions
- Update VS versions
- Remove deprecated VS version
2022-04-16 14:36:49 +02:00
.github/workflows Update dependency versions 2022-04-16 14:36:49 +02:00
bin Move base classes into sub-directories 2021-07-10 19:56:12 +02:00
cmake Update the CMake build script 2020-07-22 23:38:16 +02:00
src Move base classes into sub-directories 2021-07-10 19:56:12 +02:00
.gitignore Modernize the C++ code base 2020-07-25 19:00:15 +02:00
CMakeLists.txt Add small CMake enhancements 2021-07-16 10:29:25 +02:00
LICENSE.md Update dependency versions 2022-04-16 14:36:49 +02:00
README.md Update README and add LICENSE file 2020-08-14 00:06:06 +02:00

SmallGameFramework

The SmallGameFramework provides the basic tools to quickly kick-off an SFML game project.

This project is not a library where you code against an API, instead it provides a set of classes that you can and should directly use for your project. The name is a reference to my SmallGameEngine, which in itself is more a proof of concept and is often too complex for simple games. The SmallGameFramework could be especially useful for the SFML Game Jam, Ludum Dare or any other game jam where you intend to use SFML.

Features

  • Simple state machine
  • Basic entity class
  • Animated entity class
  • Animation loader

License

This software is available under 2 licenses -- choose whichever you prefer. For further details take a look at the LICENSE.md file.

  • Public Domain
  • MIT