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

Arc Support

literalmonkey opened this issue · comments

Adding support for arcs would be amazing. Not an issue or a need to have but it would be an very nice to have. Either way, this library is incredible. Thank you!

Thx for the proposal!
Do you mean something similar to the arc() method in p5?
I'd also like to include bezier curves in the next big update.
Will add arc to the list, it should be easy to do it with the Plot class.

yes! arc() would be awesome! for my particular purpose i am using making them as a custom shape and using the watercolor fill. Though, I think for this type of usage it might still need to be a custom shape.
watercolor arc
Not sure if it is technically possible, but perhaps watercolor as a stroke option where it's fill area is based on strokeweight may be possible in the future.