Contribute your own! / See freshest addons!

ofxCocoaWindow GUI

by julapy

view on Github

openframeworks addon for cocoa windowing.

Originally created: 17 November, 2011

Last updated: 21 November, 2011


README

>>> FEATURES
1) Supports fullscreen across multiple displays.
2) Uses display link for vertical sync rendering.

>>> DEPENDENCIES
To get this addon working inside OpenFrameworks 007 you must add,
QuartzCore.framework to the systems frameworks folder.

>>> REFERENCES
This addon is based on Apple's GLFullScreen example,
http://developer.apple.com/library/mac/#samplecode/GLFullScreen/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009820
and Shawn Lawson's ofxCocoaWindowNibless addon,
https://github.com/shawnlawson/ofxCocoaWindowNibless