Skip to content

xuzebin/GFrame

Repository files navigation

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 [email protected] .

About

A tiny C++ OpenGL framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published