Dan Ballard a29f16e697 | ||
---|---|---|
README.txt | ||
engine.lisp | ||
flight-sim.asd | ||
flight-sim.lisp | ||
graphics.lisp | ||
math.lisp | ||
model.lisp | ||
objects.lisp | ||
package.lisp | ||
physics.lisp | ||
run.sh | ||
util.lisp |
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