TwinFan
TwinFan
Apparently I had decided not to use the build date any longer ;-) as the RegEx for finding the version number expects a closing quotation mark directly after the patch...
I wouldn’t call it „fully compatible as ForeFlight“ as SkyDemon doesn’t understand X-Plane‘s rather simple but efficient format for traffic. The more sophisticated protocols it does understand are capable of...
Thx for the effort. etdey‘s library is a) Python, not C/C+c and b) can’t produce self-formatted messages. It can receive, save, and resubmit saved streams only. I have also not...
The GDL90 format discussed here seems to be more widely supported by receiving apps, e.g. [discussed for FlightPlan-Go here](https://forums.x-plane.org/index.php?/forums/topic/180024-will-livetraffic-support-flighplan-go/&do=findComment&comment=1992473). That's the reason I just changed the issue's title.
Rendering in 3D is unfortunately no option any longer...I had to specifically move it out to 2D rendering on request of Ben Supnik, see #63. X-Plane's text drawing options aren't...
With that delivery the workaround is in, and a good fix (labels as real 3D objects) will be pushed out to later. Maybe the later multiplayer lib forks have a...
Rebasing multiplayer lib on latest muroneko/master puts labels back in 3D drawing and solves SSAA issue differently. That should display labels correctly also in VR mode.
Tests say labels appear in left eye only. Sent with GitHawk
Two options: - Draw as now but in both “left eye” and “right eye” drawing callbacks. Not sure if these callbacks support text drawing and if that would look aligned....
In the meanwhile, a number of planar calculation functions are available. I put them in while implementing LTApt.cpp for all calculations in the airport vincinity for snap to taxiway functionality....