comparison org/games.org @ 306:7e7f8d6d9ec5

massive spellchecking
author Robert McIntyre <rlm@mit.edu>
date Sat, 18 Feb 2012 10:59:41 -0700
parents 1381a6ebd08b
children
comparison
equal deleted inserted replaced
305:19c43ec6958d 306:7e7f8d6d9ec5
15 * Hello Simple App 15 * Hello Simple App
16 Here is the hello world example for jme3 in clojure. It's a more or 16 Here is the hello world example for jme3 in clojure. It's a more or
17 less direct translation from the java source [[http://jmonkeyengine.org/wiki/doku.php/jme3:beginner:hello_simpleapplication][here]]. 17 less direct translation from the java source [[http://jmonkeyengine.org/wiki/doku.php/jme3:beginner:hello_simpleapplication][here]].
18 18
19 Of note is the fact that since we don't have access to the 19 Of note is the fact that since we don't have access to the
20 =AssetManager= via extendig =SimpleApplication=, we have to build one 20 =AssetManager= via extending =SimpleApplication=, we have to build one
21 ourselves. 21 ourselves.
22 22
23 #+name: hello-simple-app 23 #+name: hello-simple-app
24 #+begin_src clojure :results silent 24 #+begin_src clojure :results silent
25 (ns hello.hello-simple-app 25 (ns hello.hello-simple-app