WebGL Links
Hopalong Orbits Visualizer[edit]
source: Hopalong Orbits Visualizer
These orbits are generated iterating this simple algorithm:
(x, y) -> (y - sign(x)*sqrt(abs(b*x - c)), a -x )where a, b, c are random parameters. This is known as the 'Hopalong Attractor'.