neilmendoza / ofxPostProcessing

This openFrameworks addon gives you an easy way of putting together a chain of GLSL post-processing effects.
www.neilmendoza.com/ofxpostprocessing
346 stars 84 forks source link

Won't compile in 0.9.8 #23

Closed microcosm closed 7 years ago

microcosm commented 7 years ago

This commit uses ofFboBeginMode, an enum which isn't introduced in the latest OF public versioned release. That means end users have to be working off the development branch, and many newcomers to OF will download your addon only to find it doesn't compile.

I just thought I should point that out, I'm not sure what you could do about it. Maybe put the dev version stuff in a dev branch, or add a note to the readme that this addon is for advanced users only..?

neilmendoza commented 7 years ago

Yes, the addon follows the same branch setup as OF, master is the dev branch and stable is the release branch. Will add a note to the readme. Thanks!