On Tue, Apr 02, 2013 at 08:35:57AM +0200, Alexander Burger wrote:
> Probably I'll make simplified version for pil64.

OK, done. Ported the RC flight simulator to pil64.

For that, I simplified it even more, by removing the network stuff and
the sound support, and by putting it into a single source file
"misc/rcsim.l". Start it as

   $ ./pil misc/rcsim.l -main -go +

Visual appearance and keyboard controls are the same.

The 3D graphics part (kind of poor man's OpenGL) -- which resided in
"src/z3d.c" and "src/z3dClient.c" -- is now in "lib/z3d.l". I was too
lazy to rewrite it for "lib/openGl.l".

Because of the 'native' calls, it runs only on 64-bit hardware (that is,
not in 'emu' on 32-bit). As written in my last mail, the 32-bit version
is still available: http://software-lab.de/rcsim32.tgz

♪♫ Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
  • Removed RC-Simulator Alexander Burger
    • RC Flight Simulator ported to pil64 (Was: Removed RC... Alexander Burger

Reply via email to