This project is meant to create graphically beautiful fractals.
- download
go_FRACTOL
folder; - run
./fractol
and you will see the list of available fractals; - run
./fractol fractal_name
(ex:./fractol mandelbrot_set
); - follow the legend that you will see in your terminal window.
In this project i use an image approach for drawing, but multithreading is not implemented, therefore at large values of height and width of the screen the program will work slowly.
- It is possible to move the fractal (left, right, up, down);
- Zoom (mouse wheel or mouse buttons);
- Changing the depth (so u can see additional color spectrum at each particular section of the fractal);
- Reset when researching of fractal went too far;
- Several variants of color representation are chosen;
- You can change the Julia's coefficients with your mouse, and plunge into the interactive psychedelic of this fractal for a long time;
- Multithreading;
- 3D representation;
- List of fractals by Hausdorff dimension
- Mandelbrot set
- Burning Ship fractal
- Coding Challenge #21: Mandelbrot Set with p5.js - The Coding Train, YouTube
- Coding Challenge #22: Julia Set in Processing - The Coding Train, YouTube