+ 6
What is p5.js?
I've seen Sololearn codes that use p5.js. What is p5.js and are there any tutorials on it?
2 Réponses
+ 7
p5.js is a JavaScript library used for creative coding. It is based on processing which is a creative coding environment. The main focus of processing is to make it easy as possible for beginners to learn how to program interactive, graphical applications, to make a programming language more user-friendly by visualizing it.
More on these links :
https://www-geeksforgeeks-org.cdn.ampproject.org/v/s/www.geeksforgeeks.org/p5-js-introduction/amp/?amp_js_v=a2&_gsa=1&usqp=mq331AQA#referrer=https%3A%2F%2Fwww.google.com&_tf=From%20%251%24s&share=https%3A%2F%2Fwww.geeksforgeeks.org%2Fp5-js-introduction%2F
For tutorial :
https://p5js.org/learn/
Some PDFs :
https://www.google.com/url?sa=t&source=web&rct=j&url=http://people.uncw.edu/tompkinsj/112/JavaScript/GettingStartedwithP5js.pdf&ved=2ahUKEwjO7ZG4kLfiAhVL6Y8KHcQ9AhAQFjAAegQIBRAB&usg=AOvVaw
https://www.google.com/url?sa=t&source=web&rct=j&url=http://graysonearle.com/edu/gamepro/wp-content/uplo
Thanks