bymaximus / msfs2020-toolbar-window-template

Microsoft FlightSimulator 2020 Toolbar Extra Window Template
118 stars 39 forks source link

Getting Data from SIM, and dev setup #14

Open edge33 opened 3 years ago

edge33 commented 3 years ago

Hi mate, I am trying to build something with this template. How do I acceess sim data, like position, distance to waypoints and so on?

Anyways, in order to try stuff, do I need to rebuild everytime? is there a fast way to build and run in the sim in "real time" ?

lczapla02 commented 3 years ago

Hi, I done that for my LukeAirTool app that I created. Get hold of something called FSUIPC and then you can build a simple tool. I do that here https://lukeairtool.net/map

DrewRidley commented 2 years ago

Is there not a way to access the simconnect api from javascript? If I recall there is a way.