acamposuribe / p5.brush

Unlock custom brushes, natural fill effects and intuitive hatching in p5.js

Home Page:https://p5-brush.cargo.site/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animations being very slow

benjaminhr opened this issue · comments

I'm trying to do so animations with the library but the loading time for even a single frame is very slow, are there any plans for improving performance such that animations would be possible? :)

Yes, you're right.

As explained in the readme, The library is designed with texture quality in mind, and may only be suitable for high-resolution artworks, not real-time interactive pieces.

If we ever want to improve performance, it would need to be via gl shaders, but I don't have the technical knowledge to do so!

right - makes sense!