Skip to content

p5.brush.js v.1.0.3

Compare
Choose a tag to compare
@acamposuribe acamposuribe released this 19 Nov 13:17
· 35 commits to main since this release

Changelog:

  • Fixed circle() bugs. Hatch and fill did not work correctly.
  • Added brush.push() and brush.pop() functions, for better parameter control.
  • Added brush.rotate() function. The p5 rotate() function is not compatible with the library, use brush.rotate() instead.
  • Added brush.reDraw() and brush.reBlend(), to allow for fine control over draw order.
  • Improved structure and documentation of p5.brush.js