A small Windows Tray app which send a notification when your aircraft touchdown on the FS2020 simulator
- Download the latest release available here. The filename should be vsi.zip.
- Once download, extract the vsi.exe from the zip file.
- Launch the app. It should appear on the system tray like the image
If the icon appear in red like above. This mean that the simulator is not running. The app should have already notified that the simulator is not running like below.
In this case, when the sim is available. You may right click on the icon and click on the button Re-connect to FS2020
. The icon should then turn blue
- Rust
- Windows
- FS2020
- FS2020 SDK
- FS2020 SDK sample
- Visual studio
- Clone this repository
- Comment the
main.rs
by commenting the line below
- #![windows_subsystem = "windows"]
+ // #![windows_subsystem = "windows"]
- Run the project with the command
cargo run
❌ Setting the AppUserModelID work with the window-rs crate. See the branch try-notif. However no notification appear for some reasons... It could be required that the app need to be installed with an MSI. Installing with an MSI would allow to create the AppUserModelID. It would then allow me to use a custom icon for the notification.
- G Force
- Touchdown velocity in fpm
- Touchdown pitch deg
- Touchdown heading
- Touchdown bank deg
- Aircraft indicated airspeed
- Wind direction & speed