> I might develop this into a remote instructor's panel, a full
> configuration GUI, a remote-control module for weather and other
> environment parameters, or any combination of these.  Contributions
> are welcome, of course.

I'm currently working on a gui to help users to start fgfs
with their own options (it parses prefernces.xml and show the
user the different options available). I started writing it
in Python with wxPython gui library (works on Linux-gtk,
Windows, MacOSX, and every motif-Unices). If find python +
wxPython much greater than java + swing (to use and to program)

I think I would be able to submit you my first release in
 two or three days.

I'd also have the idea of instructor gui, and I started
some scipts to test the idea (currently it can just
connect/disconnect to fgfs telnet port).

With my script your example becomes :
cnx = fgCnx('localhost', 9000)
altitude = cnx.get("/position/altitude-ft")
cnx.set("/position/altitude-ft", altitude + 1000)
cnx.close()

So I'm able to realtime plot every  props with
a gnuplot python wrap, ...

I can send you a copy of my scripts by mail if you want.

So if we develop such user friendly tools, it might be a
good idea to choose only one gui style so as they get all
the same style.

I'm looking forward to hearing from you :)

bye
-- 
Champi (03)                                  Olivier Grisel
***           Paix, Amour, Libert� et Fleurs.           ***


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to