aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO.md
blob: fa255bd937c0cc110f4e607ffee977042f0870a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# TODOS

## Program

* [ ] find way to render data into image files
    * [x] read/write grids to/from file
    * [ ] create image with libgd
    * [ ] create animation with libgd
* [x] code refactor
    * [x] change functions so that complex_t is passed instead of complex from <complex.h>
    * [x] store the size of lower_left and upper_right before the values of lower_left and upper_right in the .grid format
* [x] write serial
    * [x] mandelbrot
    * [x] multibrot
    * [x] julia
* [x] write shared
    * [x] mandelbrot
    * [x] multibrot
    * [x] julia
* [ ] write gpu
    * [ ] mandelbrot
    * [ ] multibrot
    * [ ] julia

## Presentation

* [ ] add figures
* [ ] write speaker notes
* [ ] create animations

## Analysis

* [ ] collect serial run times
* [ ] collect shared run times
* [ ] collect gpu run times
* [ ] create figures that show crossover points