Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halfdanj/ofxcocoaplugins
wrapper around openFrameworks for Cocoa
https://github.com/halfdanj/ofxcocoaplugins
Last synced: 24 days ago
JSON representation
wrapper around openFrameworks for Cocoa
- Host: GitHub
- URL: https://github.com/halfdanj/ofxcocoaplugins
- Owner: HalfdanJ
- Created: 2010-12-06T14:34:24.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-01-21T10:12:11.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T23:52:13.003Z (7 months ago)
- Language: Objective-C
- Homepage:
- Size: 15 MB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Install ofxCocoaPlugins
==============### Clone
Missing!### Install OpenDMX
Install the dmg file: http://code.google.com/p/linux-lighting/downloads/detail?name=OLA%200.8.9.dmg&can=1&q=dmg### Create new project
1. Clear Prefix Header in build settings
2. Rename AppDelegate.m to AppDelegate.mm
3. Add ofxCocoaPlugins.framewok to project
4. Add #import to AppDelegate.h (before Cocoa include)
5. Add Copy Files build phase, and set the destination to Frameworks and add ofxCocoaPlugins.framework