processing / p5.js

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 —
http://p5js.org/
GNU Lesser General Public License v2.1
21.7k stars 3.33k forks source link

can't use noStroke(), round(), etc #1483

Closed ghost closed 8 years ago

ghost commented 8 years ago

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

lmccart commented 8 years ago

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.