
Online Fractal Generator - UsefulJS
The Online Fractal Generator is a web application for generating fractals using JavaScript, canvas and web workers. Formulae: Mandelbrot set, Julia sets, Multibrot sets and multijulia sets for …
Online Fractal Generator - usefuljs.net
The Online Fractal Generator is a web application for generating fractals using JavaScript, canvas and web workers. Formulae: Mandelbrot set, Julia sets, Multibrot sets and multijulia sets for …
Online Fractal Generator - UsefulJS
It is built on top of mandel.js, a multithreaded fractal generation and visualization library, which you may download and use to create your own applications under the terms of the Apache 2.0 …
Online Fractal Generator - UsefulJS
Iteration stops when the difference between two iteration values falls below a certain threshold. The images produced tend to resemble shoot-em-up bosses. If you select Nova fractal with …
Online Fractal Generator - UsefulJS
All fractal images produced by this application use either a Mandelbrot-style iteration or a Julia-style iteration, possibly with minor variations (for example, the Nova fractal is obtained by a …
Online Fractal Generator - UsefulJS
When you've selected a Mandelbrot-type fractal, you can hold down the key and click on a point in the image to view the Julia set corresponding to that point in the complex plane.
Online Fractal Generator - UsefulJS
The Julia sets for 1 < P < 2 and values of c located close to the western boundary of the Mandelbrot sets have a characteristic form and are known as Glynn fractals:
Online Fractal Generator - UsefulJS
Otherwise, this is a tough fractal to work with. Any imaginary component in c will result in unattractive asymmetries. We don't even have a Julia map to help us out.
Online Fractal Generator - UsefulJS
The Online Fractal Generator Documentation Index Disclaimer: I am a software engineer, not a mathematician. The more mathematically minded may find the insights I can offer lacking.
Online Fractal Generator - UsefulJS
While the Koch Snowflake is useful for illustrating and analyzing the essential properties of fractal forms, it isn't very interesting in and of itself. Zoom into the Snowflake and you'll just see the …