A 3D game engine
2023-10-30.04-28-21.mp4
2024-07-04.17-54-32.mp4
Install the following dependencies
- CMake (to download click here)
- IDE (e.g. Visual Studio)
- Make sure that CMake is installed and added to the system PATH variable.
- Open terminal in the CMakeLists.txt directory and run:
mkdir build
cd build
cmake -A x64 ..
Initial project template generated from: https://github.com/tgalaj/OpenGLSampleCmake