Created
April 4, 2015 15:51
-
-
Save AMSTKO/f0dcc05428be429d5406 to your computer and use it in GitHub Desktop.
Hopalong
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Barry Martin's 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'. | |
| 3D rendering is done using WebGL and three.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment