Skip to content

igor-buzhinsky/fractal_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fractal generator

This is a simple image generator for Mandelbrot and Julia sets and some derived fractals. It has an interactive command-line interface (e.g. for zooming) and generates its output as an image in the same directory.

Build on Linux:

make

Run:

./fractal_generator

The tool will print its list of commands.

Example to plot the Mandelbrot set and then zoom the top left corner:

mandelbrot
top 0.5
left 0.5

About

Command-line Mandelbrot & Julia set generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages