![]() |
|
#1
|
|||
|
|||
|
Does anybody have a good "getting started guide" for creating FFGL plugins on OSX? Everything I've come across is out-of-date and doesn't work in my current environment:
I've gotten http://code.google.com/p/vvffgl/ to build, but it looks like that's just for cocoa apps... None of the other ofx projects I've found will build with the latest version of xCode & openframeworks. I basically want to create my own effects in resolume avenue 4... Is FreeFrame the way to go? Or are there other ways to get GLSL into resolume? If there's an alternative to FreeFrame that may work, I'd love to know. Thanks! |
|
#2
|
|||
|
|||
|
Have you tried Dani's ofxFFGL plugin? http://code.google.com/p/ofxffglplugin/
It's written by one of the Resolume devs, so it should be more fitting for your needs. Once you get it up and running, you can use it for GLSL shaders as well. If you can't get it to work, start a thread on Resolume's Developers, Developers, Developers board, that will 'force' us to make some resources available to get people started with FFGL
|
|
#3
|
|||
|
|||
|
BTW, the plugins included in the FFGLSDK compile fine on 10.6 if you set the base SDK correctly: http://sourceforge.net/projects/freeframe/files/
|
|
#4
|
|||
|
|||
|
I haven't been able to get the ofxFFGL plugin to compile... I think a lot of the the pre-v070 of openframeworks projects don't work with the latest.
I did get the FFGL SDK plugins to compile though. I tried really quickly last night and didn't realize I had to change the architecture for each individual target and not just the project. I'll see how that goes for the next few days ![]() Thanks! |
|
#5
|
|||
|
|||
|
There's also source for a load of FFGL plugins, including some which ship with Resolume, at https://www.assembla.com/code/ffgl/subversion/nodes
It takes some rejigging to get the projects to compile under modern Xcode, but it is doable - I remember updating the SDK and changing some instances of Code:
#include <Carbon.h> Code:
#include <Carbon/Carbon.h> |
|
#6
|
|||
|
|||
|
Sweet, thanks for the heads-up. Not sure when you last checked out from that repository, but it worked for me without any modifications.
|
![]() |
| Tags |
| effects, ffgl, glsl, opengl, resolume |
| Thread Tools | |
| Display Modes | |
|
|