Mercurial > cortex
changeset 4:50c92af2018e
fixed headers, make compat symlink
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 20 Oct 2011 15:10:38 -0700 |
parents | 6c93f2018655 |
children | 93ff2b4e7e6a |
files | .hgignore org/body.org org/capture-video.org org/cortex.org org/skin.org |
diffstat | 5 files changed, 15 insertions(+), 23 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/.hgignore Sun Oct 16 22:54:08 2011 -0700 1.2 +++ b/.hgignore Thu Oct 20 15:10:38 2011 -0700 1.3 @@ -3,3 +3,4 @@ 1.4 src* 1.5 html* 1.6 tmp* 1.7 +capture-video.html 1.8 \ No newline at end of file
2.1 --- a/org/body.org Sun Oct 16 22:54:08 2011 -0700 2.2 +++ b/org/body.org Thu Oct 20 15:10:38 2011 -0700 2.3 @@ -1,11 +1,11 @@ 2.4 #+title: The BODY!!! 2.5 #+author: Robert McIntyre 2.6 #+email: rlm@mit.edu 2.7 -#+MATHJAX: align:"left" mathml:t path:"../aurellem/src/MathJax/MathJax.js" 2.8 -#+STYLE: <link rel="stylesheet" type="text/css" href="../aurellem/src/css/aurellem.css"/> 2.9 -#+BABEL: :exports both :noweb yes :cache no :mkdirp yes 2.10 -#+INCLUDE: ../aurellem/src/templates/level-0.org 2.11 -#+description: Simulating a body (movement, tough, propioception) in jMonkeyEngine3. 2.12 +#+description: Simulating a body (movement, touch, propioception) in jMonkeyEngine3. 2.13 +#+SETUPFILE: ../../aurellem/org/setup.org 2.14 +#+INCLUDE: ../../aurellem/org/level-0.org 2.15 + 2.16 + 2.17 2.18 2.19 * Body !
3.1 --- a/org/capture-video.org Sun Oct 16 22:54:08 2011 -0700 3.2 +++ b/org/capture-video.org Thu Oct 20 15:10:38 2011 -0700 3.3 @@ -1,16 +1,10 @@ 3.4 #+title: Capture Live Video Feeds from JMonkeyEngine 3.5 #+author: Robert McIntyre 3.6 #+email: rlm@mit.edu 3.7 -#+MATHJAX: align:"left" mathml:t path:"../aurellem/src/MathJax/MathJax.js" 3.8 -#+STYLE: <link rel="stylesheet" type="text/css" href="../aurellem/src/css/aurellem.css"/> 3.9 -#+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t 3.10 -#+BABEL: :exports both :noweb yes :cache no :mkdirp yes 3.11 #+description: Capture video from a JMonkeyEngine3 Application with Xuggle, and use gstreamer to compress the video to upload to YouTube. 3.12 #+keywords: JME3, video, Xuggle, JMonkeyEngine, youtube, capture video, Java 3.13 -#+INCLUDE: ../aurellem/src/templates/level-0.org 3.14 -:PROPERTIES: 3.15 -:EXPORT_FILE_NAME: ../whatever.html 3.16 -:END: 3.17 +#+SETUPFILE: ../../aurellem/org/setup.org 3.18 +#+INCLUDE: ../../aurellem/org/level-0.org 3.19 3.20 3.21 * The Problem
4.1 --- a/org/cortex.org Sun Oct 16 22:54:08 2011 -0700 4.2 +++ b/org/cortex.org Thu Oct 20 15:10:38 2011 -0700 4.3 @@ -1,11 +1,10 @@ 4.4 #+title: Simulated Senses 4.5 #+author: Robert McIntyre 4.6 #+email: rlm@mit.edu 4.7 -#+MATHJAX: align:"left" mathml:t path:"../aurellem/src/MathJax/MathJax.js" 4.8 -#+STYLE: <link rel="stylesheet" type="text/css" href="../aurellem/src/css/aurellem.css"/> 4.9 -#+BABEL: :exports both :noweb yes :cache no :mkdirp yes 4.10 -#+INCLUDE: ../aurellem/src/templates/level-0.org 4.11 #+description: Simulating senses for AI research using JMonkeyEngine3 4.12 +#+SETUPFILE: ../../aurellem/org/setup.org 4.13 +#+INCLUDE: ../../aurellem/org/level-0.org 4.14 + 4.15 4.16 * Background 4.17 Artificial Intelligence has tried and failed for more than half a 4.18 @@ -389,7 +388,7 @@ 4.19 (.setFullscreen false) 4.20 (.setTitle "Aurellem.") 4.21 ;; disable 32 bit stuff for now 4.22 - ;;(.setAudioRenderer "Send") 4.23 + (.setAudioRenderer "Send") 4.24 ) 4.25 "These settings control how the game is displayed on the screen for 4.26 debugging purposes. Use binding forms to change this if desired. 4.27 @@ -553,7 +552,7 @@ 4.28 "Like apply, but works for maps and functions that expect an implicit map 4.29 and nothing else as in (fn [& {}]). 4.30 ------- Example ------- 4.31 - (defn jjj [& {:keys [www] :or {www \"oph yeah\"} :as env}] (println www)) 4.32 + (defn jjj [& {:keys [www] :or {www \"oh yeah\"} :as env}] (println www)) 4.33 (apply-map jjj {:www \"whatever\"}) 4.34 -->\"whatever\"" 4.35 [fn m]
5.1 --- a/org/skin.org Sun Oct 16 22:54:08 2011 -0700 5.2 +++ b/org/skin.org Thu Oct 20 15:10:38 2011 -0700 5.3 @@ -1,11 +1,9 @@ 5.4 #+title: SKIN! 5.5 #+author: Robert McIntyre 5.6 #+email: rlm@mit.edu 5.7 -#+MATHJAX: align:"left" mathml:t path:"../aurellem/src/MathJax/MathJax.js" 5.8 -#+STYLE: <link rel="stylesheet" type="text/css" href="../aurellem/src/css/aurellem.css"/> 5.9 -#+BABEL: :exports both :noweb yes :cache no :mkdirp yes 5.10 -#+INCLUDE: ../aurellem/src/templates/level-0.org 5.11 #+description: Simulating touch in JMonkeyEngine 5.12 +#+SETUPFILE: ../../aurellem/org/setup.org 5.13 +#+INCLUDE: ../../aurellem/org/level-0.org 5.14 5.15 5.16