/opengl-3d-engine

Simple 3D engine using OpenGL.

Primary LanguageC++

opengl-3d-engine


Building

To configure and build the project, do the following from the root directory of the repository:

mkdir build
cd build
cmake ..

This will configure the CMake and will generate platform-specific build files. To build, execute the following from within the build directory:

cmake --build .

Make sure you have Python installed so GLAD can compile successfully.