pierr3 / VectorAudio

An Audio-For-VATSIM ATC Client for macOS, Linux and Windows
GNU General Public License v3.0
47 stars 11 forks source link

Feature request: Network GUI #95

Open maxlk96 opened 8 months ago

maxlk96 commented 8 months ago

Forgive me if this is already a feature. It would be a great feature to have the possibility to open the GUI in browse on an external networked device such as an iPad or other PC!

pierr3 commented 8 months ago

Thank you for the suggestion. Unfortunately this will not be implemented as it is out of scope of this small project.

I will, however, happily review a PR if someone wishes to do this.

On Fri, 22 Dec 2023 at 18:25, Max Larsson Kuhla @.***> wrote:

Forgive me if this is already a feature. It would be a great feature to have the possibility to open the main window on an external networked device such as an iPad or other PC!

— Reply to this email directly, view it on GitHub https://github.com/pierr3/VectorAudio/issues/95, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN7UK3B6PTBUQLP2OZ45ATYKW7BPAVCNFSM6AAAAABBACSLNOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2TIMRWGEZDCMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

pierr3 commented 8 months ago

NB if someone is interested: I've refactored some of the code, and sdk.cpp is where you'd want to create a new endpoint to serve the HTML, and eventually more websocket endpoints for interactivity. You can use the existing config.cpp methods to load files from the resource path where current assets are.