User Activity

  • Committed [c6b70d]

    updated mag variation data

  • Posted a comment on discussion General Discussion on QtJSBSim

    Update: The endianess issue is now fixed, however I can only test it on a Little Endian machine. QtJSBSim should now be able to communicate to FlightGear from either a Little or Big Endian host. The only file in the code which needs to worry about this is src/flightgear/packet.cpp Note that communication between QtJSBSim and JSBSim is done via text, so no need to consider endianess there.

  • Committed [62e09d]

    Enabling big or little endian communication to FlightGear

  • Posted a comment on discussion General Discussion on QtJSBSim

    I've tried building QtJSBSim with Qt 6.3, and it appears SVG handling has changed a bit, which prevents the current code from building. Rather than have two different code bases I've decided to not support a QT 6.3 version for now. QtJSBSim builds with Qt 5.15.2 If I get demand for Qt 6.3, then I'll reconsider.

  • Committed [25f8ad]

    Stopped using QtEndian

  • Posted a comment on discussion General Discussion on QtJSBSim

    I've been testing the FlightGear interface against FlightGear version 2020.3.6, and it's working well. I was getting compilation errors earlier due to the way Qt is changing its QtEndian handling, so I'm now using my own routines for endian operations. Tested with Qt 5.15.2 QtJSBSim now assumes it is running on a little endian machine, and it also assumes a float is 4 bytes and a double is 8 bytes. If any of these assumptions don't work for you please let me know and I'll update the code accordi...

  • Modified a wiki page on QtJSBSim

    Using FlightGear as your viewer

  • Modified a comment on a wiki page on QtJSBSim

    QtJSBSim QtJSBSim is a FlightSim/GUI front end for the JSBSim flight dynamics model. It was inspired by, and includes a widget from the QFlightInstruments project. Joystick handling comes from the SDL project. For the "out-the-window" view you can send data to FlightGear. License GPLv3 https://gnu.org/licenses/gpl.txt History JSBSim is an open source flight dynamics library, designed to simulate the real time dynamics of an aerial vehicle. There are three ways to use JSBSim as part of a larger simulation...

View All

Personal Data

Username:
dpculp
Joined:
2003-10-23 17:29:37
Location:
Las Vegas / United States / PDT
Gender:
Male

Projects

This is a list of open source software projects that David Culp is associated with:

  • Project Logo JSBSim Flight Dynamics Model An open source flight dynamics & control software library in C++ Last Updated:
  • Project Logo JStest SDL joystick viewer/tester Last Updated:
  • Project Logo QtJSBSim A distributed flight sim and front end for JSBSim Last Updated:

Skills

This is a list of skills that David Culp possesses:

  • C++