Skip to content

Commit

Permalink
Updated TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
crapp committed Feb 21, 2016
1 parent 288b473 commit 5e7d20f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/test/test_computation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/**
* @brief Fills a vector<int> with escape time integers.
*
* @param tbuff
* @param tbuff
* @param z_real_min
* @param z_real_max
* @param z_ima_min
* @param z_ima_max
* @param bailout
* @param width
* @param height
* @param crunch_test A mock like object that implements some wrapper methods so
* @param crunch_test A mock like object that implements some wrapper methods so
* we can access private Methods in Mandelcruncher class
*/
void fill_test_buffer(std::vector<int> &tbuff, double z_real_min,
Expand Down
17 changes: 9 additions & 8 deletions todo/todo.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
x 2016-02-14 2016-02-04 Implement continuous coloring algorithm @color
(C) 2016-02-05 Linear RGB function extension like (255 - its * freq) % (255 - base) @color
(B) 2016-02-04 Write a proper README file @documentation
(B) 2016-02-05 Add a jupyter notebook to plot iterations using matplotlib @zoom @color
(B) 2016-02-05 Make color variables configurable @color
(C) 2016-02-05 Maybe add a plugin api based on python for rgb color @color
(C) 2016-02-04 Speed up mandelbrot serial cruncher code with CUDA for maximum parallelism @computation
(B) 2016-02-04 Write a proper README file @documentation
(C) 2016-02-05 Document code with doxygen and code comments @documentation
x 2016-02-14 2016-02-05 Add possibility to zoom mandelbrot at a given coordinate @zoom
(B) 2016-02-05 Add a jupyter notebook to plot iterations using matplotlib @zoom @color
(A) 2016-02-14 Unit testing based on the Catch framework @test
(C) 2016-02-05 Linear RGB function extension like (255 - its * freq) % (255 - base) @color
(C) 2016-02-05 Maybe add a plugin api based on python for rgb color @color
(C) 2016-02-14 Different algorithms for mandelbrot computation. Currently only serial is implemented @computation

(A) 2016-02-21 Add unit tests for output operations @test
(B) 2016-02-21 More sets can be calculated with this code, like the julia set @computation
x 2016-02-14 2016-02-04 Implement continuous coloring algorithm @color
x 2016-02-14 2016-02-05 Add possibility to zoom mandelbrot at a given coordinate @zoom
x 2016-02-21 2016-02-14 Unit testing based on the Catch framework @test

0 comments on commit 5e7d20f

Please sign in to comment.