Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 594 Bytes

💻 Crenderr - Model Viewer (C++ & OpenGL)

🔵 3D model viewer made with OpenGL and written in C++.
🔴 The project is still in the early stage of development!

⚙️ Installation

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...)