File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Fractal
2
+ 21 school project, Fractals drawing (OpenCL implementation)
3
+
4
+ Use "make" to compile the program
5
+ then "./fractol fractal_type_lowercased"
6
+
7
+ Use "1"/"2" keys to increase/decrease number of iterations
8
+
9
+ types of fractals:
10
+ 1 . Mandelbrot
11
+ 2 . Julia
12
+ 3 . Burning_ship
13
+ 4 . Spider
14
+ 5 . Mishaniabrot
15
+
16
+ # Mandelbrot Fractal
17
+ ![ tag] ( https://github.com/theMishania/Fractal/blob/master/Screenshots/mandelbrot.png )
18
+
19
+ Mandelbrot Fractal Zoomed(use mouse middle button to zoom)
20
+ ![ anotherTag] ( https://github.com/theMishania/Fractal/blob/master/Screenshots/mandelbrotZoomed.png )
21
+ ![ anotherTag] ( https://github.com/theMishania/Fractal/blob/master/Screenshots/mandelbrotZoomed2x.png )
22
+
23
+ # Julia Fractal
24
+ ![ julia] ( https://github.com/theMishania/Fractal/blob/master/Screenshots/julia.png )
25
+
26
+ # Multiple Windows are available
27
+
28
+ # Spider and burning ship fractals
29
+ ![ windows] ( https://github.com/theMishania/Fractal/blob/master/Screenshots/multipleWindows.png )
You can’t perform that action at this time.
0 commit comments