Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berkbavas/qmlflightinstruments
QmlFlightInstruments is a QML project that implements several flight instruments.
https://github.com/berkbavas/qmlflightinstruments
aerospace airplane airspeed-indicator altimeter asi attitude-indicator aviation eadi ehsi flight-instrument-panel flight-instruments qml vsi
Last synced: about 1 month ago
JSON representation
QmlFlightInstruments is a QML project that implements several flight instruments.
- Host: GitHub
- URL: https://github.com/berkbavas/qmlflightinstruments
- Owner: berkbavas
- Created: 2022-01-13T16:04:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T20:38:36.000Z (3 months ago)
- Last Synced: 2024-09-16T10:25:44.124Z (3 months ago)
- Topics: aerospace, airplane, airspeed-indicator, altimeter, asi, attitude-indicator, aviation, eadi, ehsi, flight-instrument-panel, flight-instruments, qml, vsi
- Language: QML
- Homepage:
- Size: 1.36 MB
- Stars: 52
- Watchers: 3
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# QML Flight Instruments
`QML` port of [Marek M. Cel](http://marekcel.pl/)'s work [QFlightinstruments](https://github.com/marek-cel/QFlightinstruments).
I also implemented 5 miscellaneous gauges in addition to Marek's work.SVG files are taken from Marek's repository.
His copyright notice `LICENSE` is under `data/images` folder.
For the details, please visit Marek's repository.## Components
- Electronic Flight Instrument System (EFIS)
- Electronic Attitude Direction Indicator (EADI)
- Electronic Horizontal Situation Indicator (EHSI)- Basic Six
- Airspeed Indicator (ASI)
- Attitude Indicator (AI)
- Altimeter (ALT)
- Turn Coordinator (TC)
- Heading Indicator (HI)
- Vertical Speed Indicator (VSI)- Additional
- Fuel Tank
- Exhaust Gas Temperature (EGT) and Fuel Flow
- Propeller
- Battery
- Temperature and Pressure## Electronic Flight Instrument System
https://github.com/user-attachments/assets/13cdcce1-c171-4f1a-831c-717e8199d89a## Basic Six
https://github.com/user-attachments/assets/7cdaf409-05d2-4da4-9133-938577d28892## Miscellaneous
https://github.com/user-attachments/assets/648b4862-01e2-4189-a004-1b61f6f0a597## Build
1) Install `Qt 5.15.2`.
2) Open `QmlFlightInstruments.pro` with `QtCreator`.
3) Build & run.