-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ashish Jacob Sam edited this page Dec 2, 2023
·
1 revision
Welcome to the sfml-azuxiren-template wiki!
This template makes use of the SFML game framework. It is an attempt to write more cleaner code and organise the game logic among the abstractions AbstractScene
. Thus, this template allows switching of these "Scenes" using threading, and the switching logic is abstracted for the end user.
The general design of the game engine is inspired by XNA/Monogame. More details will be covered in the wiki pages.