Playground project - rendering the Mandelbrot set using p5
The project is meant for experimentation. It's using live-server. So, you'll see changes as you edit files.
See the demo
- Node
- bower
- ES6 compatible web browser
- unused port 8080 (reconfigure package.json if not)
npm install
bower install
npm start