https://github.com/ccrisrober/monkeybrushplusplus
https://github.com/ccrisrober/monkeybrushplusplus
cplusplus opengl rendering scene-graph
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ccrisrober/monkeybrushplusplus
- Owner: ccrisrober
- License: other
- Created: 2016-11-14T10:48:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T20:02:55.000Z (about 9 years ago)
- Last Synced: 2025-10-08T21:05:32.800Z (8 months ago)
- Topics: cplusplus, opengl, rendering, scene-graph
- Language: C++
- Size: 11.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE.txt
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!**