Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 656 Bytes

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 656 Bytes

[0.1.0] - January 22, 2022.

  • Merged several API additions from contributors.

[0.0.5] - November 16, 2019

  • Minor documentation fixes.

[0.0.4] - July 24, 2018.

  • Correctly implemented polygon rendering using Path.drawPolygon()

[0.0.3] - July 21, 2018.

  • Implemented translate, rotate, scale, push, and pop
  • Reimplemented shapes, not yet working as expected
  • Put constants inside a PConstant class

[0.0.2] - July 2, 2018.

  • Updated environment

[0.0.1] - June 26, 2018.

  • First release with a few Processing API functions in PPainter.
  • PAnimator utility class to drive continuous frama animation.
  • Basic touch event handling