SteadyLabs / of64

64 bit openframeworks for mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

of64 - openframeworks for 64 bit mac
====================================

Here is a version of oF 007 with all the i386 dependencies removed, and some of the static libraries
recompiled for 64 bit. No Cairo, no Quicktime, although you can use ofxQTKitVideoGrabber and 
ofxQTKitVideoPlayer in lieu.

There is a very crude example of a (Lion compatible) screensaver in there too.

Note:
When distributing screensavers, you need to change the name of the classes to make it unique in the 
list of screensavers - that means changing the names of every instance of MyOpenGLView and
ofxScreensaverView - just do a multi-file search and replace. Change them to any name you like.

More information on building screen savers here:
http://lab.arn.com/ofosxscreensaver

About

64 bit openframeworks for mac


Languages

Language:C++ 49.8%Language:C 42.7%Language:Objective-C 7.5%