Mercurial > cortex
comparison thesis/cortex.org @ 467:ade64947d2bf
s for work at MIT.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 28 Mar 2014 15:30:23 -0400 |
parents | da311eefbb09 |
children | 258078f78b33 |
comparison
equal
deleted
inserted
replaced
466:da311eefbb09 | 467:ade64947d2bf |
---|---|
508 I chose jMonkeyEngine3 because it because it had the most features | 508 I chose jMonkeyEngine3 because it because it had the most features |
509 out of all the free projects I looked at, and because I could then | 509 out of all the free projects I looked at, and because I could then |
510 write my code in clojure, an implementation of =LISP= that runs on | 510 write my code in clojure, an implementation of =LISP= that runs on |
511 the JVM. | 511 the JVM. |
512 | 512 |
513 ** Bodies are composed of segments connected by joints | 513 ** COMMENT Bodies are composed of segments connected by joints |
514 | 514 |
515 For the simple worm-like creatures I will use later on in this | 515 For the simple worm-like creatures I will use later on in this |
516 thesis, I could define a simple API in =CORTEX= that would allow | 516 thesis, I could define a simple API in =CORTEX= that would allow |
517 one to create boxes, spheres, etc., and leave that API as the sole | 517 one to create boxes, spheres, etc., and leave that API as the sole |
518 way to create creatures. However, for =CORTEX= to truly be useful | 518 way to create creatures. However, for =CORTEX= to truly be useful |