picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 24de00cb12e58042c0b440f5fc0c10747c9fc305
parent b96289d6fc3d75d5b45a3102b508cffad134a5ba
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu, 31 Jan 2013 11:37:59 +0100

Flight simulator note: Supported only in 32-bit version
Diffstat:
MINSTALL | 4++--
Mrcsim/README | 4+++-
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/INSTALL b/INSTALL @@ -1,4 +1,4 @@ -08jan13abu +31jan13abu (c) Software Lab. Alexander Burger @@ -175,7 +175,7 @@ For details about the 64-bit version, refer to "doc64/README", "doc64/asm" and As always, the most accurate and complete documentation is the source code ;-) Included in the distribution are many utilities and pet projects, including tests, demo databases and servers, games (chess, minesweeper), 3D animation -(flight simulator), and more. +(flight simulator, 32-bit version only), and more. Any feedback is welcome! Hope you enjoy :-) diff --git a/rcsim/README b/rcsim/README @@ -1,4 +1,4 @@ -25jun11abu +31jan13abu (c) Software Lab. Alexander Burger @@ -8,6 +8,8 @@ The PicoLisp RC Flight Simulator is a very simple toy simulator, allowing you to fly an airplane in a way similar to a radio controlled model plane. +Currently, it is supported only in the 32-bit version of PicoLisp. + It is all implemented within the PicoLisp system, so that no additional libraries like OpenGL or GL4Java are needed. It may be regarded as a proof of concept, because a flight simulator is one of the least typical things to do in