FFGL start

FFGL, OSC, GLSL. If you like abbreviations, this is the forum for you
Post Reply
kongo
Posts: 3
Joined: Wed Jan 30, 2013 01:03

FFGL start

Post by kongo »

Hey Guys,

i have some questions regarding the FFGL effects. Did i get it right that i have full GL features in it so that i can draw GL objects and let them move to sound in resolume? So it is not only a filter anymore. Its goes more into Quartz and Flash direction? Can you guys give me a good startingpoint. Especially something about animating stuff would be helpfull. I thaught maybe beginning with openframeworks would be an easy way to get into it.

Thanks!

Joris
Posts: 5186
Joined: Fri May 22, 2009 11:38

Re: FFGL start

Post by Joris »

FFGL can indeed be used for sources as well, similar to how QC and Flash are handled.

It is however pretty low-level OpenGL, so there's no easy way to get into it. You need a basic understanding of OpenGL and C++ to get started.

For playing around, perhaps oF would indeed be a better and easier start point.

kongo
Posts: 3
Joined: Wed Jan 30, 2013 01:03

Re: FFGL start

Post by kongo »

i have a basic knowledge of c++ and GL. I checked the examples and it looked not so hard.

Joris
Posts: 5186
Joined: Fri May 22, 2009 11:38

Re: FFGL start

Post by Joris »

In that case, go for it! We'd love to see what you come up with!

kongo
Posts: 3
Joined: Wed Jan 30, 2013 01:03

Re: FFGL start

Post by kongo »

is there a way to build the plugins on a 64bit linux? what do i have to change in the make file?
i changed this: CCPP = @g++ -m32
but seems not to work...

Joris
Posts: 5186
Joined: Fri May 22, 2009 11:38

Re: FFGL start

Post by Joris »

Hmmm. We don't use Linux at all, so I'm afraid we can't help you with that.

There's a few open source Linux based plugins on the repository though, so maybe that can help?

Post Reply