screenshots and github friendly readme
This commit is contained in:
parent
fc4d2559fa
commit
da55695e13
|
@ -0,0 +1,21 @@
|
||||||
|
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
|
||||||
|
|
||||||
|
![The ship sitting in space with a field of diamond](github.com/dballard/flight-sim/img/screenshot1.png)
|
||||||
|
![The ship firing it's main thruster](github.com/dballard/flight-sim/img/screenshot2.png)
|
||||||
|
|
||||||
|
Youtube video:
|
||||||
|
<https://www.youtube.com/watch?v=8Y6zutbYWvg>
|
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
Loading…
Reference in New Issue