Skip to content

Commit

Permalink
Add link to video
Browse files Browse the repository at this point in the history
Add Full HD image to README
[skip ci]
  • Loading branch information
crapp committed Jun 6, 2016
1 parent 50e9a0a commit 7c40a02
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ try to plot this set, you will find areas that are similar to the main area. You
can zoom into this figure as much as you want. You will discover new formations as
well as parts with self similarity.

Here is a video showing a zoom into the Mandelbrot seahorse valley.

LINK TO VIDEO
[![geomandel demo video](https://crapp.github.io/geomandel/geomandel_youtube_screenshot.png)](https://www.youtube.com/watch?v=X55JtZ7qRPM "geomandel demo video")
*Mandelbrot Fractal animated Zoom*

Besides the Mandelbrot Fractal geomandel supports the following other fractals:
* [Julia Set](https://en.wikipedia.org/wiki/Julia_set)
Expand Down Expand Up @@ -435,6 +434,16 @@ geomandel --fractal=2 --col-algo=2 --rgb-base=0,0,0 \
```
![Julia Fractal zoomed Bernstein](https://crapp.github.io/geomandel/example_julia_253.5x289.7-300x_border.png)

#### Full HD zoomed Mandelbrot Fractal, colored using Bernstein Polynomials

```shell
src/geomandel -w 1920 -h 1280 --image-png -m 4 -b 28000 \
--cima-min=-1.0 --cima-max=1.0 --creal-min=-2.0 \
--zoom=55250 --xcoord=471.42 --ycoord=615.681
```
[![Mandelbrot zoomed Full HD](https://crapp.github.io/geomandel/example_mandelbrot_zoomed_fullhd_thumb.png)](https://crapp.github.io/geomandel/example_mandelbrot_zoomed_fullhd.png "Mandelbrot Full HD")
*Warning large image*

## Color

The fractal algorithms are well known and easy to implement. The more challenging
Expand Down

0 comments on commit 7c40a02

Please sign in to comment.