This is attempt to create yet another 3D game engine with using OpenGL.
You need to have latest versions of CMake and MinGW UCRT64 (recommended to using MinGW UCRT64 from MSYS2).
- Go to
buildfolder in the root of project. - Run
cmake -S .. -G "MinGW Makefiles". - Execute
makein the build folder. - Wait for building project.
- Run output executable.
If you have some troubles with linking or running project try to rebuilt GLAD library by running build_glad.bat batch file.
You need to change CMakeLists.txt file to using external libraries instead of libs that integrated to project, because they built for Windows.
Next do the same steps as for Windows build.