changeset 521:bad7b7430245

going to work on functions relating to doing the final video, ram-display, sound, etc.
author Robert McIntyre <rlm@mit.edu>
date Sat, 23 Jun 2012 17:45:38 -0500
parents fe2b9a1fe919
children 5596cd4a3fc6
files clojure/com/aurellem/run/choreo.clj todo.org
diffstat 2 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/clojure/com/aurellem/run/choreo.clj	Sat Jun 23 17:45:38 2012 -0500
     1.3 @@ -0,0 +1,11 @@
     1.4 +(ns com.aurellem.run.choreo
     1.5 +  (:use (com.aurellem.gb saves gb-driver util constants
     1.6 +                         items vbm characters money
     1.7 +                         rlm-assembly))
     1.8 +  (:use (com.aurellem.run util music title save-corruption
     1.9 +                          bootstrap-0 bootstrap-1 image))
    1.10 +  (:require clojure.string)
    1.11 +  (:import [com.aurellem.gb.gb_driver SaveState])
    1.12 +  (:import java.io.File))
    1.13 +
    1.14 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/todo.org	Sat Jun 23 17:45:38 2012 -0500
     2.3 @@ -0,0 +1,12 @@
     2.4 +* vba-clojure [0/7]
     2.5 +  - [ ] create ram display
     2.6 +  - [ ] derpy hack 
     2.7 +  - [ ] sound recording
     2.8 +  - [ ] fix unnecessary pauses before take-over
     2.9 +  - [ ] design demo choreography
    2.10 +  - [ ] implement choreography
    2.11 +  - [ ] clojure function to assemble final video
    2.12 +
    2.13 +* fimfiction [0/1]
    2.14 +  - [ ] clojure catalogue
    2.15 +