/ogl-renderer

Simple OpenGL rendering engine

Primary LanguageCMIT LicenseMIT

OpenGL Renderer

Work in progress.

Build

In order to build this app, you will need to install glfw3 library. On Debian-based distributions run:

sudo apt install libglfw3-dev

Then you can proceed with the standard procedure:

cmake .
make

And to run:

./renderer