p5 0.0.5
p5: ^0.0.5 copied to clipboard
A Dart implementation of the Processing API for Flutter.
0.0.5 February 22, 2019. #
- Updated for dart 2 compatibility
- Fixed some type missmatches
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