Forum of Pro-ATC/SR

General Category - Non Support Area => General Discussion => Topic started by: Roadrunner on 11 September, 2022, 18:19:33 PM

Title: Re: New version VR environment
Post by: Roadrunner on 11 September, 2022, 18:19:33 PM
Quote from: MBA on 28 August, 2022, 21:12:59 PM
How ever, believe me, it isn't that easy to be implemented. We are not talking about displaying a small window in VR. It'll have to be integrated into a application running in VR mode, in this case the Flight Simulation.
Have you already had a look at toolbar windows? Navigraph uses that for VR integeration.

Toolbar Windows are basically just HTML+JavaScript, so pretty simple and basic technology.
Here is a sample template:
https://github.com/bymaximus/msfs2020-toolbar-window-template (https://github.com/bymaximus/msfs2020-toolbar-window-template)

AFAIK, you can call external resources from a toolbar window via HTTP and websockets, so it shouldn't be tool much work.