https://github.com/finnbear/yew_flight_indicators
Flight indicators for Yew
https://github.com/finnbear/yew_flight_indicators
flight-simulator yew yew-framework
Last synced: about 1 year ago
JSON representation
Flight indicators for Yew
- Host: GitHub
- URL: https://github.com/finnbear/yew_flight_indicators
- Owner: finnbear
- License: apache-2.0
- Created: 2024-12-17T07:09:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T20:36:54.000Z (about 1 year ago)
- Last Synced: 2025-02-24T23:02:20.689Z (about 1 year ago)
- Topics: flight-simulator, yew, yew-framework
- Language: Rust
- Homepage: https://finnbear.github.io/yew_flight_indicators/
- Size: 606 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# yew_flight_indicators
[](https://docs.rs/yew_flight_indicators)
[](https://crates.io/crates/yew_flight_indicators)
[](https://github.com/finnbear/yew_flight_indicators/actions/workflows/build.yml)
[](https://finnbear.github.io/yew_flight_indicators/)
Like [jQuery Flight Indicators](https://github.com/sebmatton/jQuery-Flight-Indicators) and [react-flight-indicators](https://github.com/skyhop/react-flight-indicators) but for Yew.

## Usage
```rust
use yew_flight_indicators::component::*;
yew::html!{
}
```
## Acknowledgement
Danny Edwards created the original [attitude-indicator](https://gitlab.com/DannyEdwards/attitude-indicator) in HTML.
Sébastien Matton added SVG's and adapted it into a [jQuery plugin](https://github.com/sebmatton/jQuery-Flight-Indicators), 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](https://github.com/skyhop/react-flight-indicators).
Finn Bear has adapted the project by Corstian into a Yew library. As of version 0.2, the
SVG's and code were re-drawn, re-written, and distributed under a new license.
## License
Code and SVG's licensed under either of:
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
Additionally, SVG's can be licensed under the CC BY 4.0 License ([CC BY 4.0](src/svg_src/LICENSE-CC-BY) or https://creativecommons.org/licenses/by/4.0/legalcode.en) at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual or triple licensed as above, without any additional terms or conditions.