Skip to content

Commit d92a082

Browse files
author
Yevhen Kondratyev
committedJul 7, 2017
Readme
1 parent f03055c commit d92a082

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed
 

‎README.md

+18-16
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,26 @@
33
This project is to create a small fractal exploration program.
44

55
Easy start
6-
7-
> make
8-
9-
> ./fractol julia
10-
6+
```
7+
make
8+
```
9+
```
10+
./fractol julia
11+
```
1112
![N|Solid](https://raw.githubusercontent.com/ykondrat/fractol/master/example/julia.png)
12-
13-
> ./fractol mandelbrot
14-
13+
```
14+
./fractol mandelbrot
15+
```
1516
![N|Solid](https://raw.githubusercontent.com/ykondrat/fractol/master/example/mandelbrot.png)
16-
17-
> ./fractol sierpinski
18-
17+
```
18+
./fractol sierpinski
19+
```
1920
![N|Solid](https://raw.githubusercontent.com/ykondrat/fractol/master/example/sierpinski.png)
20-
21-
> ./fractol burningship
22-
21+
```
22+
./fractol burningship
23+
```
2324
![N|Solid](https://raw.githubusercontent.com/ykondrat/fractol/master/example/burningship.png)
2425

25-
Ppress A R G B to change color of fractal.
26-
Use arrows to move fractal and mouse scroll to zoom it.
26+
> Press A R G B to change color of fractal.
27+
28+
> Use arrows to move fractal and mouse scroll to zoom it.

0 commit comments

Comments
 (0)
Please sign in to comment.