p5 0.1.0 p5: ^0.1.0 copied to clipboard
This is a Dart implementation of the Processing API that can be used to program interactive graphics in a Flutter application.
[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