Go to file
SeanOMik e48f52da75 Start working on translations 2021-11-30 18:30:19 -05:00
cmrc@a64bea50c0 Add cmrc for resource compiling, add shaders, create a 2d triangle 2021-11-21 01:23:53 -05:00
examples Start working on translations 2021-11-30 18:30:19 -05:00
include/simpleengine Start working on translations 2021-11-30 18:30:19 -05:00
src Start working on translations 2021-11-30 18:30:19 -05:00
.gitignore Fix the 2d triangle, create square, create VAO, and VBO objects. 2021-11-25 16:15:24 -05:00
.gitmodules Add cmrc for resource compiling, add shaders, create a 2d triangle 2021-11-21 01:23:53 -05:00
CMakeLists.txt Fix the 2d triangle, create square, create VAO, and VBO objects. 2021-11-25 16:15:24 -05:00
LICENSE Delete all old 2d code, change license 2021-11-20 00:48:28 -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.