An open API service indexing awesome lists of open source software.

https://github.com/ccrisrober/monkeybrushplusplus


https://github.com/ccrisrober/monkeybrushplusplus

cplusplus opengl rendering scene-graph

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

          

# MonkeyBrush++

Port of MonkeyBrushJS using C++ programming language.

# Introduction
MonkeyBrush is a library that provides object orientation on OpenGL.
It also allows you to create scene graphs.

## Dependencies
- GLFW
- GLEW

## Building
MB ++ is based on Cmake.

```sh
$ git clone https://github.com/maldicion069/monkeybrushplusplus.git
$ cd monkeybrushplusplus
$ mkdir build && cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release
$ make
```
License
----
MIT

**Free Software, Hell Yeah!**