post5 icon indicating copy to clipboard operation
post5 copied to clipboard

p5 post-processing library

Results 4 post5 issues
Sort by recently updated
recently updated
newest added

Hello, This seems to come from the fact that post5 tries to compile the effect shaders as soon as possible in the p5 program. Maybe it can be delayed ?...

Hi, This is more of a question than an issue, but I'm trying to add Bloom to my p5.js sketch and I am getting the error: ``` Uncaught Error: not...

If I try to use post5 in any of my own projects, or if I try to run the examples, I get the following error: ``` ReferenceError: Can't find variable:...

more a question than an issue. Most (all) of the examples set the addEffect in the setup() function. How would you go about making the effects dynamic by tying them...