yew_flight_indicators
Like jQuery Flight Indicators and react-flight-indicators but for Yew.

Usage
use *;
html!
Changes
- Configurable max air speed, instead of it being fixed to 160 knots.
- SVG's are optimized in advance (see
Makefile). - Remove extraneous
filter:url(#filter7320)fromfi_tc_airplane.svg. - Showing a box around an indicator is not supported.
Authors
Danny Edwards created the original attitude-indicator in HTML.
Sébastien Matton added SVG's and adapted it into a jQuery plugin, as part of his master's for showing realtime flight information from a quadcopter.
Corstian Boerman adapted the project by Sébastien into a React library.
Finn Bear has adapted the project by Corstian into a Yew library.
License
The SVG's, with the following exception(s), are due to Sébastien Matton and are redistributed under the GPLv3 license. See the LICENSE file for more information.
The turn coordinator SVG's are due to Mysid, and are redistributed under the CC BY-SA 3.0 license.
To the extent that the remainder of the code is a new expression, it is licensed under either of Apache License, Version 2.0 or MIT license at your option.