https://github.com/itsjustmiaouss/msfs-simconnect-example
Use Qt and SimConnect to get MSFS SimVars!
https://github.com/itsjustmiaouss/msfs-simconnect-example
flight-simulator msfs msfs2020 qt qtcreator simconnect
Last synced: 3 months ago
JSON representation
Use Qt and SimConnect to get MSFS SimVars!
- Host: GitHub
- URL: https://github.com/itsjustmiaouss/msfs-simconnect-example
- Owner: ItsJustMiaouss
- License: mit
- Created: 2023-06-21T16:30:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T16:30:44.000Z (over 2 years ago)
- Last Synced: 2025-01-19T00:06:04.651Z (about 1 year ago)
- Topics: flight-simulator, msfs, msfs2020, qt, qtcreator, simconnect
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MSFS SimConnect Example
This repository is an example of how you can deal with the SimConnect SDK for Microsoft Flight Simulator.
This project was make with the Qt Framework for C++.
## Project Example
Get the weather information from the Simulator:
## Releases Example
I have built a Windows (x64) version of the software as an example. You can download it in the 'releases' section.
I used ``MinGW 11.2.0 64-bits`` for the compilation:
```bash
$ windeployqt msfs_simconnect_example.exe --no-translations --no-opengl-sw
```
## Development dependencies
Make sure you have installed the MSFS SDK!
## Credits
``SimConnect.dll`` : Microsoft Flight Simulator Software Development Kit (SDK):