One-pass rendering of the Mandelbrot Set with p5.js
This time I experimented with P5.js's frameRate():
each draw() call renders as many lines as allowed by the computer power, trying to keep a steady
flow of pixels and avoid flickering.