Go to file
SeanOMik 823c0b37c6
Use type_traits to decide what distribution to use in Random
2021-03-22 18:55:21 -05:00
examples Update MovementComponent to use EventCallbacks for input. 2021-03-21 19:55:29 -05:00
include/simpleengine Use type_traits to decide what distribution to use in Random 2021-03-22 18:55:21 -05:00
src Don't draw CollisionComponent's hitbox 2021-03-21 19:59:12 -05:00
.gitignore Create terrible collision system and mostly finish snake example 2021-03-01 22:08:10 -06:00
CMakeLists.txt Update snake example, remove some compiler warning 2020-11-04 12:57:44 -06:00
LICENSE Initial commit 2020-07-02 22:43:41 -05:00
README.md Add a little bit of information on the readme. 2021-03-12 22:09:07 -06:00

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.