Simple 3D Game Engine based on a OpenGL - GLFW3, GLM, IMGUI (1.91.2)
Make sure you have the following installed:
- CMake from 3.27 to 3.30.5 max supported
- A C++ compiler (GCC, Clang, LLVM)
- Git (to clone the repo)
mkdir build
cd build
cmake -B build
cmake --build build
or using the not ready Makefile
make
compiler: clang64 version - 19.1.6 for target: x86_64-w64-windows-gnu model: posix