Skip to content

YsfHam/sfmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple framework for multimedia projects built with SFML

Requirements

Intoduction

This framework is state machine based.

For a game you could have multiple states:

  • Splash screen state: Load some assets for the game
  • Game state: handle the in-game events
  • Game over state
  • Etc.

The sandbox project is used for testing and debugging features. Some projects to illustrate the usage of this framework will be added as the developement goes.