C++ & OpenGL game engine.
This GameEngine is focused on Windows system. Recommended development enviroment is Visual Studio 2019.
You can clone the repository using git:
git clone --recursive https://github.com/venCjin/GameEngineProject.git
Make sure that you do a --recursive clone to fetch all of the submodules!
To generate the project solution for Visual Studio 2019 run
2019.bat
To generate the project solution for Visual Studio 2017 run
2017.bat