A tiny C++ OpenGL framework. It is still under development and not intended for any use, just for my own fun.
source buildStandalone.sh
source buildSource.sh
source buildExamples.sh
Run the MainExample:
./build/examples/MainExample
Run a Trackball example:
./build/examples/Trackball/Trackball
source buildXcode.sh
- Add support for different platforms. Currently only support Mac OSX.
If you have any suggestion, please contact me via zebinxu7@gmail.com .