19 lines
No EOL
480 B
Markdown
19 lines
No EOL
480 B
Markdown
# AsloEngine
|
|
WiP 2D Game Engine made using C++ and SFML<br />
|
|
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<br />
|
|
Compilation: Open folder in terminal and type make. If linking fails after editing files try to recompile everything with make all<br />
|
|
You can clear temporary files with make clear<br />
|
|
|
|
### Windows:
|
|
Coming Soon...<br />
|
|
|
|
### Mac OS:
|
|
Not Available |