summaryrefslogtreecommitdiffstats
path: root/src/fractal.jl
Commit message (Collapse)AuthorAgeFilesLines
* implement zoomingJesse Luehrs2014-10-281-7/+12
|
* there's already a type for thisJesse Luehrs2014-10-281-6/+5
|
* make the viewport range variableJesse Luehrs2014-10-281-4/+6
|
* fix some more swapped array dimensionsJesse Luehrs2014-10-281-5/+5
| | | | it is really hard to keep this straight
* add some type annotationsJesse Luehrs2014-10-271-1/+5
|
* handle x and y axes properlyJesse Luehrs2014-10-261-9/+10
| | | | | julia arrays are stored in column-major order, so the y axis needs to come first
* handle non-square windowsJesse Luehrs2014-10-261-2/+11
|
* simplify specifying cJesse Luehrs2014-10-261-1/+5
|
* refactorJesse Luehrs2014-10-261-0/+15
this should be able to support both mandelbrot and julia sets