Skip to content

Release of p5.quadrlle.js-0.9.2

Compare
Choose a tag to compare
@nakednous nakednous released this 28 Dec 13:42
· 207 commits to main since this release

Changelog

bug fixes to 0.9.0 which introduced:

  • Drawing into an arbitrary p5.Graphics.
  • sort({ mode = 'LUMA', target = 'magenta', ascending = true, charColor = 'black', outline = this.OUTLINE, background = this.BACKGROUND, cellLength = this.width })
  • Drawing stuff made static need for both, drawing into an arbitrary p5.Graphics and the sorting algorithms: Quadrille.CHAR, Quadrille.COLOR, Quadrille.IMAGE Quadrille.NUMBER and Quadrille.FRAME.
  • Static default drawing parameter values: Quadrille.BACKGROUND, Quadrille.CHAR_COLOR, Quadrille.OUTLINE, Quadrille.OUTLINE_WEIGHT and Quadrille.CELL_LENGTH.