JSFractalEngine

Experiment with fractal artwork!

JSFractalEngine provides a user interface for defining an equation to render and choosing a color palette. It also supports animations.

Neural Network Fractal Neural network. To render this fractal load this file into the client. This image was generating by iterating over the complex function \(z^3+2*z^2+0.5*z+j\) centered at \(0.03308095 + 0.3000778i\) where \(j = -0.3-0.6i\) and colorizing it based on the escape time of the pixel.

This 200 frame animated version of this fractal took 2.76 hours to render: Here I animated the \(j\) value and the maximum number of iterations.

Download

The latest release of JSFractalEngine was released on June 9, 2015 (Commit: f0034ab72d840fb4039448ced8681d3b7639e6ed).

Soruce code is available on Github.