Nasal/CppBind: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (https://gitorious.org/fg/hoorays-flightgear/commit/ea6fad6a8f4095f245fb1dc38af2ef2dc07e3c36)
No edit summary
Line 22: Line 22:
After working through this article, some of the more useful things to play with it the beginning, would be exposing additional SG/FG classes to Nasal space, such as for example:
After working through this article, some of the more useful things to play with it the beginning, would be exposing additional SG/FG classes to Nasal space, such as for example:
* SGPath {{Progressbar|70}} (Tom is currently working on this)
* SGPath {{Progressbar|70}} (Tom is currently working on this)
* FGProtocol, to implement I/O protocols via Nasal {{Progressbar|30}} [http://forum.flightgear.org/viewtopic.php?f=30&t=21346&p=194458&hilit=fginterface#p194456] [http://forum.flightgear.org/viewtopic.php?f=18&t=21561&p=196141#p196141] (stubs available at [https://gitorious.org/fg/hoorays-flightgear/commits/topics/cppbind-fgprotocol])
* FGProtocol, to implement I/O protocols (to help solve {{issue|396}} and support AJAX, REST, JSON or WebSockets) via Nasal {{Progressbar|30}} [http://forum.flightgear.org/viewtopic.php?f=30&t=21346&p=194458&hilit=fginterface#p194456] [http://forum.flightgear.org/viewtopic.php?f=18&t=21561&p=196141#p196141] (stubs available at [https://gitorious.org/fg/hoorays-flightgear/commits/topics/cppbind-fgprotocol])
* the loglist/SG_LOG() logging buffer machinery [http://forum.flightgear.org/viewtopic.php?f=17&t=21480&p=195517#p195517]
* the loglist/SG_LOG() logging buffer machinery [http://forum.flightgear.org/viewtopic.php?f=17&t=21480&p=195517#p195517]
* the SGSubsystem interface to register scripted SGSubsystems
* the SGSubsystem interface to register scripted SGSubsystems

Navigation menu