comparison org/test-creature.org @ 125:3d65633dd736

organizing priorities for winston
author Robert McIntyre <rlm@mit.edu>
date Tue, 24 Jan 2012 18:20:57 -0700
parents 90154bd674e9
children 0efe6f04bc26
comparison
equal deleted inserted replaced
124:90154bd674e9 125:3d65633dd736
5 #+keywords: simulation, jMonkeyEngine3, clojure 5 #+keywords: simulation, jMonkeyEngine3, clojure
6 #+SETUPFILE: ../../aurellem/org/setup.org 6 #+SETUPFILE: ../../aurellem/org/setup.org
7 #+INCLUDE: ../../aurellem/org/level-0.org 7 #+INCLUDE: ../../aurellem/org/level-0.org
8 8
9 * ideas 9 * ideas
10 - [ ] directly change the UV-pixels to show sensor activation 10
11 ** have to get done before winston
11 - [ ] write an explination for why greyscale bitmaps for senses is appropiate 12 - [ ] write an explination for why greyscale bitmaps for senses is appropiate
12 - [ ] write tests for integration 13 - [ ] muscle control
13 - [ ] usertime/gametime HUD display 14 - [ ] proprioception sensor map in the style of the other senses
15 - [ ] enable greyscale bitmaps for touch
16 - [ ] refactor integration code to distribute to each of the senses
17 - [ ] create video showing all the senses for Winston
18 - [ ] write summary for Winston
19 - [ ] project proposals for Winston
20 - [ ] send winston package
21
22 ** would be cool to get done before winston
14 - [ ] use sawfish to auto-tile sense windows 23 - [ ] use sawfish to auto-tile sense windows
15 - [ ] sawfish keybinding to automatically delete all sense windows 24 - [ ] sawfish keybinding to automatically delete all sense windows
16 - [ ] proprioception sensor map in the style of the other senses 25 - [ ] proof of concept C sense manipulation
17 - [ ] optional fourier view of sound 26 - [ ] proof of concept GPU sense manipulation
18 - [ ] enable greyscale bitmaps for touch 27 - [ ] fourier view of sound
28 - [ ] directly change the UV-pixels to show sensor activation
29
30 ** don't have to get done before winston
31 - [ ] write tests for integration
32 - [ ] usertime/gametime clock HUD display
33 - [ ] find papers for each of the senses justifying my own representation
34 - [ ] show sensor maps in HUD display?
19 35
20 36
21 * Intro 37 * Intro
22 So far, I've made the following senses -- 38 So far, I've made the following senses --
23 - Vision 39 - Vision