Go to file
Dan Ballard 90d0e65c8e tweeked points to be more uniform 2012-07-01 10:46:42 -07:00
README.txt Updated README and run script 2011-09-06 14:05:11 -07:00
engine.lisp tweeked points to be more uniform 2012-07-01 10:46:42 -07:00
flight-sim.asd getting ready to activate engine on key 2011-08-03 23:13:25 -07:00
flight-sim.lisp added left jet model animation and action 2012-06-27 23:09:53 -07:00
graphics.lisp most of the engine drawing code 2011-08-02 22:55:24 -07:00
math.lisp made roate-* now can take a vector 2012-06-26 22:20:02 -07:00
model.lisp tweeked points to be more uniform 2012-07-01 10:46:42 -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