# HG changeset patch # User Robert McIntyre # Date 1319148638 25200 # Node ID 50c92af2018ecda2701ba57409c3682f74fdbcfc # Parent 6c93f20186551500ec41fa3d5f2a854ca2bbeb0c fixed headers, make compat symlink diff -r 6c93f2018655 -r 50c92af2018e .hgignore --- a/.hgignore Sun Oct 16 22:54:08 2011 -0700 +++ b/.hgignore Thu Oct 20 15:10:38 2011 -0700 @@ -3,3 +3,4 @@ src* html* tmp* +capture-video.html \ No newline at end of file diff -r 6c93f2018655 -r 50c92af2018e org/body.org --- a/org/body.org Sun Oct 16 22:54:08 2011 -0700 +++ b/org/body.org Thu Oct 20 15:10:38 2011 -0700 @@ -1,11 +1,11 @@ #+title: The BODY!!! #+author: Robert McIntyre #+email: rlm@mit.edu -#+MATHJAX: align:"left" mathml:t path:"../aurellem/src/MathJax/MathJax.js" -#+STYLE: -#+BABEL: :exports both :noweb yes :cache no :mkdirp yes -#+INCLUDE: ../aurellem/src/templates/level-0.org -#+description: Simulating a body (movement, tough, propioception) in jMonkeyEngine3. +#+description: Simulating a body (movement, touch, propioception) in jMonkeyEngine3. +#+SETUPFILE: ../../aurellem/org/setup.org +#+INCLUDE: ../../aurellem/org/level-0.org + + * Body ! diff -r 6c93f2018655 -r 50c92af2018e org/capture-video.org --- a/org/capture-video.org Sun Oct 16 22:54:08 2011 -0700 +++ b/org/capture-video.org Thu Oct 20 15:10:38 2011 -0700 @@ -1,16 +1,10 @@ #+title: Capture Live Video Feeds from JMonkeyEngine #+author: Robert McIntyre #+email: rlm@mit.edu -#+MATHJAX: align:"left" mathml:t path:"../aurellem/src/MathJax/MathJax.js" -#+STYLE: -#+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t -#+BABEL: :exports both :noweb yes :cache no :mkdirp yes #+description: Capture video from a JMonkeyEngine3 Application with Xuggle, and use gstreamer to compress the video to upload to YouTube. #+keywords: JME3, video, Xuggle, JMonkeyEngine, youtube, capture video, Java -#+INCLUDE: ../aurellem/src/templates/level-0.org -:PROPERTIES: -:EXPORT_FILE_NAME: ../whatever.html -:END: +#+SETUPFILE: ../../aurellem/org/setup.org +#+INCLUDE: ../../aurellem/org/level-0.org * The Problem diff -r 6c93f2018655 -r 50c92af2018e org/cortex.org --- a/org/cortex.org Sun Oct 16 22:54:08 2011 -0700 +++ b/org/cortex.org Thu Oct 20 15:10:38 2011 -0700 @@ -1,11 +1,10 @@ #+title: Simulated Senses #+author: Robert McIntyre #+email: rlm@mit.edu -#+MATHJAX: align:"left" mathml:t path:"../aurellem/src/MathJax/MathJax.js" -#+STYLE: -#+BABEL: :exports both :noweb yes :cache no :mkdirp yes -#+INCLUDE: ../aurellem/src/templates/level-0.org #+description: Simulating senses for AI research using JMonkeyEngine3 +#+SETUPFILE: ../../aurellem/org/setup.org +#+INCLUDE: ../../aurellem/org/level-0.org + * Background Artificial Intelligence has tried and failed for more than half a @@ -389,7 +388,7 @@ (.setFullscreen false) (.setTitle "Aurellem.") ;; disable 32 bit stuff for now - ;;(.setAudioRenderer "Send") + (.setAudioRenderer "Send") ) "These settings control how the game is displayed on the screen for debugging purposes. Use binding forms to change this if desired. @@ -553,7 +552,7 @@ "Like apply, but works for maps and functions that expect an implicit map and nothing else as in (fn [& {}]). ------- Example ------- - (defn jjj [& {:keys [www] :or {www \"oph yeah\"} :as env}] (println www)) + (defn jjj [& {:keys [www] :or {www \"oh yeah\"} :as env}] (println www)) (apply-map jjj {:www \"whatever\"}) -->\"whatever\"" [fn m] diff -r 6c93f2018655 -r 50c92af2018e org/skin.org --- a/org/skin.org Sun Oct 16 22:54:08 2011 -0700 +++ b/org/skin.org Thu Oct 20 15:10:38 2011 -0700 @@ -1,11 +1,9 @@ #+title: SKIN! #+author: Robert McIntyre #+email: rlm@mit.edu -#+MATHJAX: align:"left" mathml:t path:"../aurellem/src/MathJax/MathJax.js" -#+STYLE: -#+BABEL: :exports both :noweb yes :cache no :mkdirp yes -#+INCLUDE: ../aurellem/src/templates/level-0.org #+description: Simulating touch in JMonkeyEngine +#+SETUPFILE: ../../aurellem/org/setup.org +#+INCLUDE: ../../aurellem/org/level-0.org