summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* refactorJesse Luehrs2014-10-261-4/+4
| | | | this should be able to support both mandelbrot and julia sets
* only overwrite pixels that haven't been colored yetJesse Luehrs2014-10-251-1/+2
| | | | | i was only getting overlapping colors before because the values eventually converge to NaN, which returns false for all comparisons
* make this parameterizedJesse Luehrs2014-10-251-1/+1
|
* start refactoring this into a classJesse Luehrs2014-10-251-4/+3
|
* start factoring out into modulesJesse Luehrs2014-10-241-0/+36