Releases: makeyourownalgorithmicart/simple.js
circle_with_diameter
temporarily add circle(x, y, diameter) back while upstream p5js changes circle(x, y, radius) to circle(x, y, diameter)
match_p5js_073
This version no longer provides circle() and square().
The is because p5js 0.7.3 now provides these upstream.
https://github.com/processing/p5.js/releases/tag/0.7.3
This is good news because p5js have recognised the need to make it more accessible to younger and non-technical newcomers to coding.
randomNumber
subtle bug fix for randomNumber(a,b) when a or b are less than 0
degrees
Default angle mode set to degrees, not radians.
Most children first learn about degrees, not radians.
nested loops
now supported nested loops, wiki and example code updated
default canvas
simple() now creates a default 800x600 canvas
initial release
first release of simple.js, aim is to be used by openprocessing.org as an optional included library