From 539bd486e01edc9b12327d473730e758b6ebee83 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 2 Dec 2021 16:56:02 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4503838..2016233 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ ## SimpleEngine -SimpleEngine is a 2D game engine written in C++20. Its main focus is simplicity of all systems. +SimpleEngine is a 3D and 2D game engine written in modern 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. +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 -* [SFML2](https://www.sfml-dev.org/) - -## 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. \ No newline at end of file +* glew +* glfw3 +* glm +* soil2 \ No newline at end of file