+ 2
This is for all the people who want to use the p5.js libraries in javascript.
<script src="http://cdnjs.cloudflare.com/ajax/libs/p5.js/0.4.4/p5.min.js"></script> That's the link!
5 Respuestas
+ 3
@Ahmed Sayed If you want to know more about it watch The Coding Train on YouTube.
+ 2
@Jesse I absolutely love the Coding Train videos; he is such a great and fun teacher to learn coding from.
+ 2
for anyone interested, updated empty template can be found here.
Library is being constantly updated.
https://code.sololearn.com/Wor8sh903qdo/?ref=app
+ 1
what is p5.js ? 😊
0
There are also add-ons for p5 which are p5.dom and p5.sound
You can use those by including the following lines:
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/addons/p5.sound.min.js"></script>