flight-sim/README.md

31 lines
774 B
Markdown
Raw Permalink Normal View History

2012-09-04 20:01:18 +02:00
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
2012-09-04 20:23:20 +02:00
# Media
Youtube video:
<https://www.youtube.com/watch?v=8Y6zutbYWvg>
2012-09-04 20:21:49 +02:00
The ship sitting in space with a field of diamonds:
![The ship sitting in space with a field of diamonds](https://raw.github.com/dballard/flight-sim/master/img/screenshot01.png "The ship sitting in space with a field of diamonds")
The ship firing its main thruster:
2012-09-04 20:23:20 +02:00
2012-09-04 20:21:49 +02:00
![The ship firing its main thruster](https://raw.github.com/dballard/flight-sim/master/img/screenshot02.png "The ship firing its main thruster")
2012-09-04 20:01:18 +02:00