Skip to content

Java desktop application written and designed with Netbeans for generating different types of fractal images.

License

Notifications You must be signed in to change notification settings

xtrinch/fractal_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun with fractals

Java swing desktop application for generating different types of fractal images. Includes all necessary Netbeans project files. All images generated with the application can be saved to the computer.

Sample screenshots

Fractal images generated with the application

Mandelbrot set

Options:

  • zoom
  • left
  • right
  • up
  • down

Julia set

Options:

  • Modify real part of parameter c (f(z) = z^2 + c)
  • Modify imaginary part of parameter c

Newton fractals

Options:

  • Specify up to 5 polynomial coefficients (y(z) = z + f(z)/f'(z))

Barnsley's fern

Dragon curve

Pythagora's tree

Brownian tree

Options:

  • animate the construction of the fractal

Fractal terrain

Options:

  • redraw, is random everytime

Sierpinski's gasket

Fractal flames

Options:

  • modify all four function's coefficient set
  • use one of the computer provided variations on top of the generated fractal

About

Java desktop application written and designed with Netbeans for generating different types of fractal images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages