Go to file
SeanOMik 7408206107
Change quit to destroying
2021-11-20 00:06:50 -05:00
examples Change quit to destroying 2021-11-20 00:06:50 -05:00
include/simpleengine Change quit to destroying 2021-11-20 00:06:50 -05:00
src
.gitignore
CMakeLists.txt
LICENSE
README.md

README.md

SimpleEngine

SimpleEngine is a 2D game engine written in C++20. Its main focus is simplicity of all systems.

State

This game engine is not near being ready for an actual game. Its more of something for me to mess around with to learn new C++ concepts.

Dependencies

Install

Should be simple, just install SFML2 from somewhere and make sure that CMake can find it. For windows I used vcpkg, you can use whatever.