Skip to content

Releases: makeyourownalgorithmicart/simple.js

circle_with_diameter

08 Feb 23:22
e6ee447
Compare
Choose a tag to compare

temporarily add circle(x, y, diameter) back while upstream p5js changes circle(x, y, radius) to circle(x, y, diameter)

match_p5js_073

25 Jan 23:11
27ef0f1
Compare
Choose a tag to compare

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

26 Dec 00:38
083dd18
Compare
Choose a tag to compare

subtle bug fix for randomNumber(a,b) when a or b are less than 0

degrees

05 Dec 15:32
3445d53
Compare
Choose a tag to compare

Default angle mode set to degrees, not radians.

Most children first learn about degrees, not radians.

nested loops

15 Aug 16:04
116ce39
Compare
Choose a tag to compare

now supported nested loops, wiki and example code updated

default canvas

04 Jul 15:24
c764669
Compare
Choose a tag to compare

simple() now creates a default 800x600 canvas

initial release

26 Jun 11:11
a522b56
Compare
Choose a tag to compare

first release of simple.js, aim is to be used by openprocessing.org as an optional included library