xuzebin / GFrame

A tiny C++ OpenGL framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GFrame Build Status

A tiny C++ OpenGL framework. It is still under development and not intended for any use, just for my own fun.

Build a standalone project

Build the framework source and the examples.

source buildStandalone.sh

Build only the framework source.

source buildSource.sh

Build only the examples.

source buildExamples.sh

Run

Run the MainExample:

./build/examples/MainExample

Run a Trackball example:

./build/examples/Trackball/Trackball

Build an Xcode project

source buildXcode.sh

TODO

  1. Add support for different platforms. Currently only support Mac OSX.

CONTACT

If you have any suggestion, please contact me via zebinxu7@gmail.com .

About

A tiny C++ OpenGL framework.

License:MIT License


Languages

Language:C 53.6%Language:C++ 39.8%Language:GLSL 5.9%Language:Shell 0.4%Language:CMake 0.3%