p5.Framebuffer icon indicating copy to clipboard operation
p5.Framebuffer copied to clipboard

A library for efficiently drawing to a texture in p5 WebGL mode.

Results 5 p5.Framebuffer issues
Sort by recently updated
recently updated
newest added

I'm trying to implement a fade-out effect of a masked image. Seems like I have a precision problem with the textures trying to get a slow fade effect. Now I...

There are cases where users might want a Framebuffer with an alpha channel and another without one. Currently, it's either all or nothing, since the library just reads the p5...