aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-20 23:34:42 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-20 23:34:42 -0400
commit6d21a1ca15f2cb74746baf07e42ea040d318f81d (patch)
treeabe5920a67a581e57a28365feef8bc63c4bb35d9
parent5d99c766dcacb264eee551e27eb24b1423f7d427 (diff)
downloadexuberant-hacks-6d21a1ca15f2cb74746baf07e42ea040d318f81d.tar.gz
exuberant-hacks-6d21a1ca15f2cb74746baf07e42ea040d318f81d.zip
update TODO
-rw-r--r--TODO18
1 files changed, 11 insertions, 7 deletions
diff --git a/TODO b/TODO
index 7d896e3..e173879 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,14 @@
-- README, LICENSE
-- flip normal vectors?
-- render all parts of the cow
-- bouncy!
+
+general:
- mouse/keyboard interaction
-- basic command line args
+- wireframe mode
+- FPS printing
+- shadertoy example program (maybe util helper?)
+
+bovines:
+- textures/colors
+- bouncy!
+- refactor code into inline routines
variants:
- zoom over a grid landscape of cows which are watching you
@@ -12,5 +17,4 @@ variants:
- "skinless" mode
later:
-- merge entire cow into a single vertexbuffer (including color)
-- abstract util stuff into a helper library
+- merge entire cow into a single vertexbuffer (including color?)