Canvas Draw: Difference between revisions

m
Line 90: Line 90:


In both cases the aim is to remove legacy OpenGL 1.x code, since these are some of the awkward remaining pieces.<ref>https://sourceforge.net/p/flightgear/mailman/message/36399261/</ref>
In both cases the aim is to remove legacy OpenGL 1.x code, since these are some of the awkward remaining pieces.<ref>https://sourceforge.net/p/flightgear/mailman/message/36399261/</ref>
== HUD Widgets ==
Since the 2D drawing library is intended to help with implementing PFD/ND and other MFD-style avionics, using the existing HUD system for testing purposes seems like a good idea to grow a library of useful elements (see {{Readme file|hud}} ).
* {{tag|ladder}}
* {{tag|tape}}
* {{tag|turn-bank-indicator}}
* {{tag|runway}}
* {{tag|aiming-reticle}}
* {{tag|gauge}}
* {{tag|dial}}


== Resources ==
== Resources ==