Skip to content

Releases: berinhard/pyp5js

0.0.6

28 May 11:37
Compare
Choose a tag to compare
  • 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

27 May 12:16
Compare
Choose a tag to compare
  • 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

10 May 22:30
Compare
Choose a tag to compare

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;