Nasal/CppBind: Difference between revisions

Jump to navigation Jump to search
m
https://gitorious.org/fg/fgdata/commit/f8c56dcc52ffd3d6dfca1d39dc4a72b6b3478368
m (State machines could also help clean up the ND conditionals)
m (https://gitorious.org/fg/fgdata/commit/f8c56dcc52ffd3d6dfca1d39dc4a72b6b3478368)
Line 27: Line 27:
* flight path history {{Progressbar|70}} see: [http://forum.flightgear.org/viewtopic.php?f=71&t=21139&p=196295#p196295]
* flight path history {{Progressbar|70}} see: [http://forum.flightgear.org/viewtopic.php?f=71&t=21139&p=196295#p196295]
* the flight recorder system (replay buffers)
* the flight recorder system (replay buffers)
* [[State machines]]
* [[State machines]] e.g. to help clean up the ND code [https://gitorious.org/fg/fgdata/commit/f8c56dcc52ffd3d6dfca1d39dc4a72b6b3478368]
* the autopilot system [http://forum.flightgear.org/viewtopic.php?p=149376#p149376] [http://forum.flightgear.org/viewtopic.php?f=66&t=21217&hilit=cppbind#p193357] [http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38172.html] (there are certain [[How the Nasal GC works|Nasal GC issues]], so that we ask people not to implement FDM-coupled Nasal code like autopilots)
* the autopilot system [http://forum.flightgear.org/viewtopic.php?p=149376#p149376] [http://forum.flightgear.org/viewtopic.php?f=66&t=21217&hilit=cppbind#p193357] [http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38172.html] (there are certain [[How the Nasal GC works|Nasal GC issues]], so that we ask people not to implement FDM-coupled Nasal code like autopilots)
* exposing the sound manager, so that scripts can directly play audio files [http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg18550.html]
* exposing the sound manager, so that scripts can directly play audio files [http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg18550.html]
* exposing the random buildings system [http://forum.flightgear.org/viewtopic.php?f=5&t=21131&p=192489&hilit=cppbind#p192489]  
* exposing the random buildings system [http://forum.flightgear.org/viewtopic.php?f=5&t=21131&p=192489&hilit=cppbind#p192489]  
* There's also a pending feature request ({{Issue|619}}) to implement USB-HID support [http://forum.flightgear.org/viewtopic.php?f=24&t=20159&p=185021&hilit=cppbind#p185021].  
* There's also a pending feature request ({{Issue|619}}) to implement USB-HID support [http://forum.flightgear.org/viewtopic.php?f=24&t=20159&p=185021&hilit=cppbind#p185021].  
* effects framework ?
* [[Howto:Using OpenCL in FlightGear]]
* [[Howto:Using OpenCL in FlightGear]]
* [[Developing with HLA|Nasal/HLA bindings]], so that we can run certain scripts as HLA federates outside the fgfs process space (such as bombable or local weather)
* [[Developing with HLA|Nasal/HLA bindings]], so that we can run certain scripts as HLA federates outside the fgfs process space (such as bombable or local weather)

Navigation menu