diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-05-28 18:32:30 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-05-28 18:32:30 -0400 |
commit | aeffa3bcfc1d0f66d4c6205939454eca752d4402 (patch) | |
tree | 6129d9c51aee972d924fe01c714d21aedae1b241 | |
parent | a453aa824238187d66df9b5bb0373350e6413ce5 (diff) |
Update TODO list.
-rw-r--r-- | TODO.org | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -55,12 +55,6 @@ - [ ] Quadtree module (needs more thought, a purely functional data structure would be preferable) -** TODO [#C] Particle systems - Provide a highly configurible particle simulation system. - - - [ ] Investigate ways to make it fast. Use guile-compost for - performance reasons. - ** TODO [#C] Keymaps Provide an Emacs-like way of defining key combinations so that multi-button input is easy for users. @@ -440,3 +434,13 @@ :END: Images that have a resizable central area but fixed width/height edges. See [[https://developer.android.com/guide/topics/graphics/2d-graphics.html#nine-patch][this Android document]] for details. + +** TODO [#C] Particle systems + :PROPERTIES: + :ARCHIVE_TIME: 2016-05-28 Sat 18:31 + :ARCHIVE_FILE: ~/Code/sly/TODO.org + :ARCHIVE_OLPATH: Features + :ARCHIVE_CATEGORY: TODO + :ARCHIVE_TODO: TODO + :END: + Provide a highly configurible particle simulation system. |