processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
338 stars 91 forks source link

Added library P5.play #218

Closed nucliweb closed 8 years ago

nucliweb commented 8 years ago
nucliweb commented 8 years ago

In the next PR I'll add examples of P5.play

lmccart commented 8 years ago

thanks @nucliweb. however, we only include the p5.js core supported libraries with the editor (p5.dom, p5.sound), we leave the contributed ones out and people can add them manually to their projects if they like. this way we can be sure whatever we're releasing works and contributed libraries can be more autonomous. it also keeps us from having to make tricky decisions about which contributed libraries to include.

nucliweb commented 8 years ago

Ok, seeing that we can import the p5.serialport, I decided to add P5.play ;)

Thanks