You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple C++ Isometric renderer, with a simple AABB phased collision system, programmed with a custom ECS, following the Data Oriented Paradigm.
It uses the SFML framework.
Dependencies
- gcc
- sfml
- make
Building
make
Usage
make run
./bin/main
About
Isometric game engine prototype with a simple AABB phased collision system and an isometric renderer