Skip to content
/ FractAll Public

Generic fractal renderer, currently Mandelbrot set is implemented. For all your fractaling needs.

License

Notifications You must be signed in to change notification settings

elekt/FractAll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FractAll - Generic fractal renderer

The mandelbrot set is a popular fractal based on a set of complex numbers. For info about it, please visit wikipedia. https://en.wikipedia.org/wiki/Mandelbrot_set

Build the program in Linux terminal: gcc *.c *.h -O0 -g3 -Wall -lSDL2 -lm -o FractAll

Run it: ./FractAll

Or you can use the IDE of your choice.

Usage

'+' : zoom in

'-' : zoom out

'q' : increase the max iteration for 1 pixel

'w' : decrease the max iteration for 1 pixel

arrows : moving the center

left mouse click : make the center position

Mandelbrot 0

Mandelbrot 1

About

Generic fractal renderer, currently Mandelbrot set is implemented. For all your fractaling needs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages