No description
Find a file
2019-09-06 11:45:24 +02:00
asloengine Added Sprite Coloring and Value Animations 2019-09-06 11:45:24 +02:00
.gitignore Added AsloEngine 0.9.0 to Repository 2019-08-29 18:42:28 +02:00
define.hpp Added Scene Loading and Program Settings 2019-08-29 20:18:48 +02:00
LICENSE Initial commit 2019-08-29 18:38:43 +02:00
log.txt Added Sprite Coloring and Value Animations 2019-09-06 11:45:24 +02:00
makefile Added AsloEngine 0.9.0 to Repository 2019-08-29 18:42:28 +02:00
program.cpp Added Sprite Coloring and Value Animations 2019-09-06 11:45:24 +02:00
program.hpp Added AsloEngine 0.9.0 to Repository 2019-08-29 18:42:28 +02:00
README.md Updated Readme Again 2019-08-29 20:31:11 +02:00
roadmap.txt Added Sprite Coloring and Value Animations 2019-09-06 11:45:24 +02:00

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