Skip to content

sidheart/fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fractals

Generates Mandelbrot and Buddhabrot fractals

To build the program, enter the src directory and type 'sudo make all'
To run the program, type './fractalgen'
If you input './fractalgen' by itself, it will generate a Mandelbrot fractal
If you want to generate a Buddhabrot fractal, type './fractalgen 1 output.png Buddhabrot'
If you want to generate a Mandelbrot fractal, type './fractalgen 1 output.png Mandelbrot'
Don't use quotations in any of the commands

Examples

buddhabrot mandelbrot

About

Generates mandelbrot and buddhabrot fractals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published