You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: