Skip to content

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.

License

Notifications You must be signed in to change notification settings

Bean91/Open-Render

Repository files navigation

Welcome to Open Render

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.

Example of Open Render

Quick Start

First, clone the repository.

With URL

git clone https://github.com/Bean91/Open-Render.git

Or with SSH

git clone git@github.com:Bean91/Open-Render.git

Then, include the file in your code.

#include "open_render.hpp"

For extended documentation, please view the docs

Important Notes

This was made as a school semester project (v1 at least).

If you would like to contribute, please look at CONTRIBUTING.md

About

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.

Topics

Resources

License

Contributing

Stars

Watchers

Forks