Go to file
Dan Ballard e3fcf269cb got rotate for models working. now working on axis specific stretch 2012-06-17 15:39:56 -07:00
README.txt Updated README and run script 2011-09-06 14:05:11 -07:00
engine.lisp Reworked gen 3pyramid code some 2012-06-09 17:17:31 -07:00
flight-sim.asd getting ready to activate engine on key 2011-08-03 23:13:25 -07:00
flight-sim.lisp fixed shortcuts in anim 2012-06-08 14:44:01 -07:00
graphics.lisp most of the engine drawing code 2011-08-02 22:55:24 -07:00
math.lisp got rotate for models working. now working on axis specific stretch 2012-06-17 15:39:56 -07:00
model.lisp got rotate for models working. now working on axis specific stretch 2012-06-17 15:39:56 -07:00
objects.lisp forward motion! 2011-08-20 10:16:46 -07:00
package.lisp quicklisp quickproject and import of test code 2011-07-13 00:50:34 -07:00
physics.lisp most of physics for moving 2011-08-13 08:10:01 -07:00
run.sh Updated README and run script 2011-09-06 14:05:11 -07:00
util.lisp finish moving code around for now 2011-07-28 22:02:32 -07:00

README.txt

flight-sim is a simple space flight simulator written in Lisp (tested only in SBCL) with cl-opengl and sdl.
Right now it's mostly still in tech demo stage

So far the controls are simple. 

A - Forward acceleration

Requires: 
ASDF
cl-opengl
cl-glu
lispbuilder-sdl

To try:
$ sh run.sh