p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
There is a site here that uses ProcessingJS to write programs.
Would it be possible to port over ProcessingJS functions like noStroke(),round(), etc?
Can't be bothered to port my ProcessingJS projects from KhanAcademy into Processing so I can use them on my site since most of them are 2k+ lines so I use p5 editor and copy the HTML :p
p5.js does include round() and noStroke(), though there are some differences between processingjs and p5.js. we don't plan to align the APIs as they are separate projects.
There is a site here that uses ProcessingJS to write programs. Would it be possible to port over ProcessingJS functions like
noStroke()
,round()
, etc? Can't be bothered to port my ProcessingJS projects from KhanAcademy into Processing so I can use them on my site since most of them are 2k+ lines so I use p5 editor and copy the HTML :p