This file ( 568B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
README.md
# Mandelbrot
Draw mandelbrot with zoom capability
# How to run
```
$ python main.py
```

# TODO
1. ~~Draw mandelbrot~~
2. Change to a blue/black color palette similar to images at http://linas.org/art-gallery/escape/escape.html
3. Add zooming functionality
4. Convert to client-side javascript
5. Use clients to calculate zoomed values and store them on server
6. Maintain stored max and min zoom for whole range, and serve from server if within this range, otherwise use client to
calculate further values and update max/min accordingly