diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-05-04 14:11:28 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-05-04 14:39:54 -0400 |
commit | 2781504e2c6c7e41a62b34662ae7dc6be4a31456 (patch) | |
tree | af5a687aab67d8b7e7f914f10333b33b54fd4ece | |
parent | d0ff41fb7a33c096a792ab57f5bbf7992b1cc399 (diff) |
Update TODO list.
-rw-r--r-- | TODO.org | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -95,7 +95,7 @@ referenced. - [ ] Create asset cache - - [ ] Investigate automatic asset reloading + - [ ] Live asset reloading ** TODO Keymaps Provide an Emacs-like way of defining key combinations so that @@ -131,8 +131,9 @@ main thread - Will be available in Guile 2.0.10! -** TODO Entity/Component system - This may or may not be a good idea. Investigate it. +** TODO Scene Graph + Provide a reactive scene graph for representing the renderable + objects in a game. ** DONE 0.1 Release An official 0.1 alpha release with basic, minimal functionality |