HYPE_Processing icon indicating copy to clipboard operation
HYPE_Processing copied to clipboard

Using HYPE with multiple PGraphics

Open mrd0ll4r opened this issue 8 years ago • 1 comments

Hey guys, have been using HYPE for a while now and really like it so far.

For my latest project, I want to have multiple PGraphics in parallel and explore blending between them using custom shaders. I can do this in plain Processing, but I don't know how to do it using Hype and Processing.

Let's for simplicity just say I have two PGraphics objects, both using OpenGL and 3D if it matters here, and want to display two completely different things on them using Hype.

Sounds related to #65

mrd0ll4r avatar May 07 '17 13:05 mrd0ll4r

Maybe have a look at HCanvas - it's essentially a custom PGraphics, and you can apply shaders/filters. But probably depends on exactly effect you are trying to achieve and how your custom shaders are setup.

DonoG avatar Jun 16 '17 03:06 DonoG