Creating Layers in Processing
in
Programming Questions
•
1 year ago
I need to overlay a .PNG file with transparency on my Processing sketch.
However, my existing code does not constantly update the entire canvas (and it would be time-consuming to recode it for that.)
What are my options for creating a second layer so that the .PNG file can be drawn in front of the existing sketch without having to recode it?
I tried using get() to constantly grab the screen and redraw it, but it's too slow. I'm also looking at PGraphics and the Processing Layers library, but they're a little overwhelming for me.
Thanks!
C
C
1