Releases: berinhard/pyp5js
Releases · berinhard/pyp5js
0.0.6
- Add flag on new commmand to monitor sketch after creating it (#47)
- Fix bug when running the monitor command from the sketch's directory (#44)
- Update width and height values on createCanvas (#46)
- Improvements on docs and examples list
0.0.5
- Supports all P5's global variables;
- Add first set of tests;
- Improve examples documentation by adding the code next to the sketch;
- New example for PVector static methods;
0.0.4.1
Adds:
--sketch-dir
option to the command line interface; (#32)
- complete p5.js API implementation;
- support to event functions such as
keyPressed
and mouseDragged
;
- docs on how to contribute to the project;