Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 400 Bytes

README_original.md

File metadata and controls

24 lines (12 loc) · 400 Bytes

SFML-Game-Framework

Simple framework for SFML games and that

Requires C++14 and SFML 2.4.1

Nothing special.

Features:

  • State/Screen system

This is a system that allows you to organise different stages of the game. In other engines and frameworks, you may have seen this named as "Scene", "Stage", or "Room".

  • Cruddy GUI system

  • Animation

  • Some maths

  • file stuff

  • resource manager