SimpleEngine/README.md

11 lines
445 B
Markdown
Raw Normal View History

## SimpleEngine
2021-12-02 21:56:02 +00:00
SimpleEngine is a 3D and 2D game engine written in modern C++20. Its main focus is simplicity of all systems.
## State
2021-12-02 21:56:02 +00:00
The `feature/3d-opengl` branch is not usable **AT ALL**, doesn't even have a coordinate system yet. The `master` branch is 2D only but still isn't in a state to make a game. This project is more of something for me to mess around with to learn new C++20 concepts.
## Dependencies
2021-12-02 21:56:02 +00:00
* glew
* glfw3
* glm
* soil2