post5
post5 copied to clipboard
Error if post5.js imported but addEffects() has not been called
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 ?
I'm thinking this could allow for applying shaders with more precision and not limited to the whole canvas.
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 ?
I'm thinking this could allow for applying shaders with more precision and not limited to the whole canvas.
hi, sorry for the super slow response. can you share the whole program, or link to the sketch in the web editor? i may have some ideas