Skip to content

Commit

Permalink
add screenshot to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rafgraph committed Apr 22, 2016
1 parent be89986 commit b51cf37
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ http://rafrex.github.io/fractal

JavaScript app that draws the Mandelbrot fractal and allows you to zoom in and explore the fractal (uses zero libraries).

<img src="./screenshots/fractal-1.jpg" alt="Drawing" width="667px"/>
![fractal-screenshot-from-iphone6-1](./screenshots/fractal-1.jpg)

- Launches in fullscreen mode for maximum impact on desktop, and has a responsive mobile compatible design with a multi-touch interface on mobile devices.

Expand Down Expand Up @@ -103,6 +103,37 @@ var options = {
```


### Screenshots

Captured on iPhone 6

<img src="./screenshots/fractal-1.jpg" alt="fractal-screenshot-from-iphone6-1" width="667px"/>
<br><br>

<img src="./screenshots/fractal-2.jpg" alt="fractal-screenshot-from-iphone6-2" width="667px"/>
<br><br>

<img src="./screenshots/fractal-3.jpg" alt="fractal-screenshot-from-iphone6-3" width="667px"/>
<br><br>

<img src="./screenshots/fractal-4.jpg" alt="fractal-screenshot-from-iphone6-4" width="667px"/>
<br><br>

<img src="./screenshots/fractal-5.jpg" alt="fractal-screenshot-from-iphone6-5" width="667px"/>
<br><br>

<img src="./screenshots/fractal-6.jpg" alt="fractal-screenshot-from-iphone6-6" width="667px"/>
<br><br>

<img src="./screenshots/fractal-7.jpg" alt="fractal-screenshot-from-iphone6-7" width="667px"/>
<br><br>

<img src="./screenshots/fractal-8.jpg" alt="fractal-screenshot-from-iphone6-8" width="667px"/>
<br><br>

<img src="./screenshots/fractal-9.jpg" alt="fractal-screenshot-from-iphone6-9" width="667px"/>


### Coloring algorithm
Start with 2 of the 3 red, green and blue values fixed at either 0 or 255, then increase the other R, G or B value in a given number of increments based on the number of colors needed, repeat this for seven cases and you get a maximum of 1792 colors (7*256). Note that white repeats 3 times, at the end of cases 2, 4 and 6.

Expand Down
Binary file added screenshots/fractal-2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/fractal-3.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/fractal-4.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/fractal-5.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/fractal-6.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/fractal-7.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/fractal-8.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/fractal-9.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b51cf37

Please sign in to comment.