🔵 3D model viewer made with OpenGL and written in C++.
🔴 The project is still in the early stage of development!
If you're running on linux, take a look at linux deps.
Requirements:
- Installed CMake,
- C++ Compiler,
- Display connected to your computer.
git clone https://github.com/milo46/opengl-3d-renderer --recursive &&
cd opengl-3d-renderer &&
mkdir build &&
cd build &&
cmake .. &&
cmake --build (and idk yet what should come here...)