Skip to content

Releases: objetos/p5.quadrille.js

Release of p5.quadrlle.js-0.4.0

23 Nov 23:10
Compare
Choose a tag to compare

Changelog

  • Destructuring assignment in drawQuadrille as:
    drawQuadrille(quadrille, 
      { x = 0,
        y = 0,
        LENGTH = 10,
        outlineWeight = 2,
        outline = 'magenta',
        board = false,
        min = 0,
        max = 0,
        alpha = 255
      }
    );

Release of p5.quadrlle.js-0.3.1

30 Oct 13:32
Compare
Choose a tag to compare

Fixes possible mask drawing issue.

Release of p5.quadrlle.js-0.3.0

29 Oct 18:19
Compare
Choose a tag to compare

Changelog:

  • rasterize(row0, col0, row1, col1, row2, col2, pattern0, pattern1 = pattern0, pattern2 = pattern0)

Release of p5.quadrlle.js-0.2.2

26 Oct 00:38
Compare
Choose a tag to compare

Changelog:

  • Quadrille filters may take (row, col) params.
  • drawQuadrille(mask) admits setting up transparency.

Release of p5.quadrlle.js-0.2.1

24 Oct 14:35
Compare
Choose a tag to compare

Quadrille filters may take (row, col) params.

Release of p5.quadrlle.js-0.2.0

24 Oct 00:17
Compare
Choose a tag to compare

Release of p5.quadrlle.js-0.1.2

24 Apr 13:48
Compare
Choose a tag to compare

Fixes text rendering

Release of p5.quadrlle.js-0.1.1

10 Apr 22:23
Compare
Choose a tag to compare

Changelog

  1. Methods taking a pattern parameter may now take a p5.Image.
  2. replace(pattern1, pattern2) is the unique form of the command.

Release of p5.quadrlle.js-0.1.0

03 Feb 22:29
Compare
Choose a tag to compare