Skip to content
Ashish Jacob Sam edited this page Dec 2, 2023 · 1 revision

SFML Azuxiren's Template

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.

Clone this wiki locally