Skip to content

“Before software can be reusable it first has to be usable.” – Ralph Johnson

License

Notifications You must be signed in to change notification settings

Milo46/opengl-3d-renderer

Repository files navigation

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

About

“Before software can be reusable it first has to be usable.” – Ralph Johnson

Topics

Resources

License

Stars

Watchers

Forks