+ 1
Can anyone explain what is p5 js ??
4 Answers
+ 6
the last link might be your best starting point
https://www.sololearn.com/discuss/257548/?ref=app
https://www.sololearn.com/discuss/126529/?ref=app
https://www.sololearn.com/discuss/157527/?ref=app
https://www.sololearn.com/discuss/378362/?ref=app
+ 6
p5js is a general purpose library for JavaScript based on Processing (https://processing.org) to make coding easier for artists, interactive designers and generally speaking, non-pro coders.
The reference with examples and written tutorials can be found at https://p5js.org
A lot of good video tutorials are available on Daniel Shiffman's "The Coding Train" youtube channell.
https://m.youtube.com/user/shiffman/playlists?shelf_id=14&sort=dd&view=50
+ 5
great
was waiting for you to explain seamiki :)
+ 1
p5 is a JavaScript framework and kind of like a sub-language in JavaScript. It is mainly used for "Art & Animation" things, and is very nice. You can check out "The Coding Train" on YouTube for great p5.js & Processing tutorials and challenges.(Sorry I'm late)