FFGL Empty Plugin example

FFGL, OSC, GLSL. If you like abbreviations, this is the forum for you
Post Reply
sleepytom
Hasn't felt like this about software in a long time
Posts: 236
Joined: Fri Sep 12, 2008 11:11
Location: sussex by the sea

FFGL Empty Plugin example

Post by sleepytom »

Hi
Does anyone have an example (ideally an xcode project) which makes a FFGL plugin with a couple of parameters? I don't need / want it to do any image processing. I just want an empty plugin i can look at that compiles for 64bit resolume.

(i'm *really* not a C++ developer by any stretch of the imagination, so if anyone is able to help with this i will be super thankful)

User avatar
Arvol
Might as well join the team
Posts: 2772
Joined: Thu Jun 18, 2015 17:36
Location: Oklahoma, USA

Re: FFGL Empty Plugin example

Post by Arvol »

There are a few floating around on github for MS-VS

shimla
Met Resolume in a bar the other day
Posts: 3
Joined: Sat Apr 27, 2019 13:36
Location: amsterdam

Re: FFGL Empty Plugin example

Post by shimla »

I'm currently using the ffgl repo from Resolume
https://github.com/resolume/ffgl
i suggest downloading gitKraken because you'll need to checkout the ffgl1.5 branch to build for resolume 6.
the current branch is also very handy to checkout tho because it shows how to build a plugin for resolume 7 which uses openGL 4.
good luck

Piotrus04
Is taking Resolume on a second date
Posts: 27
Joined: Mon Nov 06, 2017 12:05

Re: FFGL Empty Plugin example

Post by Piotrus04 »

Anyone knows how to load a picture from disk via a file path, and load it into a texture.
Or any ffgl filling a texture from cpu generated image ?

Post Reply