No description
| asloengine | ||
| .gitignore | ||
| define.hpp | ||
| LICENSE | ||
| log.txt | ||
| makefile | ||
| program.cpp | ||
| program.hpp | ||
| README.md | ||
| roadmap.txt | ||
AsloEngine
WiP 2D Game Engine made using C++ and SFML
Third-Party Libraries are not Included in the Repository
Version 0.9.1
How To Compile this Example
Linux:
Dependecies: libsfml-dev libfmt-dev g++ make
Compilation: Open folder in terminal and type make. If linking fails after editing files try to recompile everything with make all
You can clear temporary files with make clear
Windows:
Coming Soon...
Mac OS:
Not Available