Open Render is a single-header C++ 3D rendering engine that outputs raw RGBA values. It has various drawing functions and rotations. It is well documented and has a web demo.
First, clone the repository.
With URL
git clone https://github.com/Bean91/Open-Render.gitOr with SSH
git clone git@github.com:Bean91/Open-Render.gitThen, include the file in your code.
#include "open_render.hpp"For extended documentation, please view the docs
This was made as a school semester project (v1 at least).
If you would like to contribute, please look at CONTRIBUTING.md
