News

Below, I’ll briefly describe what P5.js is, what some of the initial roadblocks were, and how you can jump right into making some art using P5.js and ES6.
Unfortunately, JavaScript’s Math.random() does not support seeds, so we’ll instead rely on a popular library called seedrandom, which provides a seedable random number generator.