Pyp5js Versions Save

Python to P5.js Transcriptor

0.7.3

1 year ago
  • Fix bug on 0.7.2 verison without required local web server template files.

0.7.2

1 year ago
  • Remove existing sketch after clearing/running it again PR #199
  • Add share button to demo editor PR #205
  • Fixed bug of adding new lines when saving Sketch in Windowns PR #209
  • Upgrade pyp5js dependencies versions PR #220
  • Run CI for Python 3.10 version PR #219

0.7.1

2 years ago
  • Create sketch using p5.js from CDN PR #191
  • Add keyIsDown event to Transcrypt mode - PR #187
  • Fix bug with multiple events calls - PR #187 too
  • Serve JS files if --local flag PR #195
  • Force utf-8 as the lib's default encoding PR #193
  • Fix preload function bug in both modes - PR #196

0.6.0

2 years ago
  • Add transcrypt interpreter choice to web editor PR #175
  • Upgrade Transcrypt to 3.9.0
  • Upgrade Pyodide to v0.18.1 PR #181
  • Enable to use custom templates files to generate and compile index.html PR #177
  • Add docs on Pyodide examples PR #178

0.7.0

2 years ago
  • Remove from pyp5js import * requirement under transcrypt PR #183
  • Make local code editor collapsible PR #184
  • Add mouseWheel event to Pyodide's demo PR #185

0.5.2

2 years ago

0.2.0

4 years ago
  • Rename pyp5.js module from pytop5js to pyp5js
  • Enable keyword argument
  • Enable checking for existence in dictionary keys
  • Commands now printing index files as URI

0.1.1

4 years ago
  • Fix bug that was causing the new command to fail.

0.1.0

4 years ago
  • Simplification of pytop5js usage
  • Support p5.dom.js library
  • Fixes on monitor observer

0.0.7

5 years ago
  • Fix bug with monitor not running transcrypt more than once