P5.js-JavaScript library to create interactive visualizations using code
Using P5.js , you can create interactive and moving visual images and geometric figures using programming.
Earlier we already wrote about Cyril - a programmatic environment for live coding of visual images. P5.js has similar goals and is a JavaScript biblrose and also allows you to create visual images using programming.
A fragment of visualization created using p5.js.
In other words, now you can draw with the help of a code where a page will be a page in your browser.
P5.js has many additional libraries that will easily interact with other HTML5 objects-text, video, audio or capture of images from a webcam.