Skip to content

Navigation Menu

Sign in
Sign up

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /