An open API service indexing awesome lists of open source software.

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!

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):