|
|
|
|
|
by rsiqueira
2590 days ago
|
|
Here is a collection of fractals in 140 characters (or less!) of JavaScript: https://www.dwitter.net/h/fractal
It includes Mandelbrot, Fern, Iterated Function System (IFS), Cantor Set, Dragon Curves, fractal animations and other recursive functions and iterated geometric transformations.
Dwitter is a great place to find clever code tricks and very short algorithm implementations. |
|