|
From: James G. <jam...@gm...> - 2013-03-04 20:51:16
|
This is now functional. I am using it to generate BADA tables for aircraft modeled in JSBSim. There is an example script in scripts/737_trim.py I have interfaced all of the FGFDMExec class. You can do about anything using the set/get property functions, so not really a need to interface the rests of the classes, also will keep maintenance requirements low. -James On Sat, Mar 2, 2013 at 5:16 PM, James Goppert <jam...@gm...> wrote: > I'm working on interfacing JSBSim with Cython. I looked at the > existing python jsbsim wrapper, but it seemed to be out of date. Also > cython seems to be much faster. > > https://pypi.python.org/pypi/PyJSBSim > > -James |