norrisng / FcomClient

Forwards private and frequency messages on IVAO and VATSIM via Discord DM.
https://www.norrisng.ca/fcom
GNU General Public License v3.0
7 stars 3 forks source link

GUI #5

Closed norrisng closed 5 years ago

norrisng commented 5 years ago

The current command-line interface is straightforward and works, but isn't exactly the most user-friendly.

Create a graphical user interface (GUI) for the program. This will require some refactoring, as the existing code is coupled rather tightly to the command-line interface.

norrisng commented 5 years ago

Currently being implemented via separate program that opens FcomClientas a separate process. No communication between them yet - that'll be handled later on.

norrisng commented 5 years ago

Implemented with interprocess communication as of 0.9.0. GUI code isn't up on GitHub (yet!), however.