~ubuntu-branches/ubuntu/trusty/picolisp/trusty-proposed

« back to all changes in this revision

Viewing changes to rcsim/README

  • Committer: Package Import Robot
  • Author(s): Kan-Ru Chen (陳侃如)
  • Date: 2013-03-06 00:21:35 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20130306002135-oipgfog1yy4wcpnn
Tags: 3.1.1.15-1
* New upstream release.
* Sync to upstream tip.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
25jun11abu
 
1
27feb13abu
2
2
(c) Software Lab. Alexander Burger
3
3
 
4
4
 
8
8
The PicoLisp RC Flight Simulator is a very simple toy simulator, allowing you to
9
9
fly an airplane in a way similar to a radio controlled model plane.
10
10
 
 
11
Currently, it is supported only in the 32-bit version of PicoLisp.
 
12
 
11
13
It is all implemented within the PicoLisp system, so that no additional
12
14
libraries like OpenGL or GL4Java are needed. It may be regarded as a proof of
13
15
concept, because a flight simulator is one of the least typical things to do in
30
32
 
31
33
Then start the PicoLisp server with
32
34
 
33
 
   $ ./dbg rcsim/main.l -main -go
 
35
   $ ./pil rcsim/main.l -main -go +
34
36
 
35
37
and then the Z3d-Client from another X-terminal
36
38
 
44
46
PicoLisp servers with 'killall picolisp'.
45
47
 
46
48
 
47
 
   The second version runs in an Applet in any Java-enabled browser.To run it
48
 
   locally, please download and unpack the "picoJavaGUI.tgz" tarball. It
49
 
   contains the Java applet GUI which is no longer part of the standard PicoLisp
50
 
   release.
51
 
 
52
 
   You can start the PicoLisp server with
53
 
 
54
 
      $ ./pil rcsim/applet.main.l -main -go -wait
55
 
 
56
 
   or (to get an interactive PicoLisp command line) with
57
 
 
58
 
      $ ./pil rcsim/main.l -main -go +
59
 
 
60
 
   and then point your browser to "http://localhost:8080".
61
 
 
62
 
   If you don't have PicoLisp installed, you might want to try the online
63
 
   version at:
64
 
 
65
 
      http://rcsim.7fach.de
66
 
 
67
 
   (please take care not to use a proxy for that address)
68
 
 
69
 
   In both cases, click onto the image to set the keyboard focus.
 
49
The second version runs in an Applet in any Java-enabled browser.To run it
 
50
locally, please download and unpack the "picoJavaGUI.tgz" tarball. It contains
 
51
the Java applet GUI which is no longer part of the standard PicoLisp release.
 
52
 
 
53
You can start the PicoLisp server with
 
54
 
 
55
   $ ./pil rcsim/applet.main.l -main -go -wait
 
56
 
 
57
or (to get an interactive PicoLisp command line) with
 
58
 
 
59
   $ ./pil rcsim/main.l -main -go +
 
60
 
 
61
and then point your browser to "http://localhost:8080". Click onto the image to
 
62
set the keyboard focus.
70
63
 
71
64
 
72
65
The simulator runs in the background, so if it is started interactively (see