summaryrefslogtreecommitdiffstats
path: root/src/renderer.jl
Commit message (Collapse)AuthorAgeFilesLines
* make the viewport range variableJesse Luehrs2014-10-281-4/+4
|
* fix some more swapped array dimensionsJesse Luehrs2014-10-281-2/+2
| | | | it is really hard to keep this straight
* this is unnecessaryJesse Luehrs2014-10-271-1/+0
|
* allow double-click to redrawJesse Luehrs2014-10-271-2/+3
|
* these are unusedJesse Luehrs2014-10-271-1/+1
|
* add another commentJesse Luehrs2014-10-271-1/+3
|
* set up redraw handlersJesse Luehrs2014-10-271-5/+10
| | | | | i don't really understand how this works at all, just copying from the ImageView package at the moment
* factor out redrawingJesse Luehrs2014-10-271-3/+8
|
* factor this out into a typeJesse Luehrs2014-10-271-16/+33
|
* add some type annotationsJesse Luehrs2014-10-271-5/+5
|
* move window creation into the rendererJesse Luehrs2014-10-271-6/+20
|
* automatically calculate the required number of iterationsJesse Luehrs2014-10-271-7/+12
|
* rename this functionJesse Luehrs2014-10-271-3/+3
|
* draw into our own windowJesse Luehrs2014-10-271-8/+10
|
* move the "wait for window close" logic into renderfractalJesse Luehrs2014-10-271-0/+7
|
* add a couple helper functionsJesse Luehrs2014-10-261-1/+9
|
* handle x and y axes properlyJesse Luehrs2014-10-261-2/+2
| | | | | julia arrays are stored in column-major order, so the y axis needs to come first
* start moving logic out into a separate rendererJesse Luehrs2014-10-261-0/+17