Nova was made using THREE.js and WebGL.
The following modification of the Hopalong Attractor formula is used to generate fractal point maps:
x = y + (d + (|b * x - c|)^exponent) + e
y = a - x
This work was inspired by the Google Experiment made by Iacopo Sassarini.