p5PlayGround
p5PlayGround copied to clipboard
An interactive programming tool for p5.js that allows people to manipulate shapes on the canvas in real time
Results
2
p5PlayGround issues
Sort by
recently updated
recently updated
newest added
Impressed with the P5PlayGround. Nothing else on the web. Wondering if thought about adding 3 new buttons: quad(x1, y1, x2, y2, x3, y3, x4, y4) arc(x, y, w, h, start,...
When scaling shapes with mouse in playground mode, setting height/width to zero (and even negative) is now permitted, but this may entail errors like `shapes.js:189 Uncaught IndexSizeError: Failed to execute...