A fractal exploration program to render and navigate fractals in realtime
-
Updated
Oct 2, 2022 - Java
Julia Sets are mathematical objects relating to the field of complex dynamics. In general, Julia sets are studied in parallel to Fatou sets, as they are complementary sets defined from a complex function.
To be specific, in a metric space
To approximate images of these sets, a common approach is to iterate the function of interest over some subset of the complex plane, which often yield beautiful fractals.
A fractal exploration program to render and navigate fractals in realtime
Mandelbrot & Julia sets are graphically represented using java swings.
a tool for graphing and viewing different fractals ( Julia-set & Mandelbrot-set ) using JavaFX
Java Program to render Mandelbrot and Julia Sets
Computing the Edge of the Mandelbrot Set with a Turing Machine
Renders navigable images of 3 particular complex plane fractals
Explore fractals
Program that draws Mandelbrot and Julia Fractals with Java Swing
Command line tool for plotting two of the most popular fractals: Mandelbrot set and Julia set.
A graphical representation of the Mandelbrot and Julia sets
Swing application that demonstates some basic fractal approaches as"Fractal Chaos Game", "Fractal Copy Machine", Mandelbrot set
This is the program to plot Mandelbrot and Julia sets using Java programming language.
Mandelbrot zoom implemented in Java with processing, imageMagick, and a lot of math