odwdinc / Python-SimConnect

Python interface for MSFS2020 SimConnect.dll
GNU Affero General Public License v3.0
270 stars 107 forks source link

Update python-simconnect with various missing bits #127

Closed Pomax closed 1 year ago

Pomax commented 1 year ago

This is a general sync PR for my master branch in which I've:

If desired, any or all of these changes can be submitted as separate PRs

Pomax commented 1 year ago

With zero engagement on this PR (not judging, just noting), and me having moved on to using node-simconnect through https://github.com/Pomax/msfs-simconnect-api-wrapper instead, I don't really have a reason to keep this PR open. Feel free to reopen it if you still want these contributions, but I'm closing this so it doesn't keep taking up space in my github pull requests list.

leandroarndt commented 1 year ago

That's a pitty. I needed camera control from python, and ended up here from the MSFS forum only to get to the closed PR – I had already tried before, but to no avail.

Pomax commented 1 year ago

Nothing stopping you from just using my fork, then, I've not deleted my repo. I just don't want to see a PR show up for over a year in my outstanding PRs list. (you could use pip since that allows for git+... locations, or you can download the master branch as .zip file and unpack it to a vendor or third-party dir and then import from there)