nicmr / fidelitas

Rust network audio player and web client using actix and crossbeam multithreading, websockets, libvlc, and an Elm frontend.
GNU General Public License v3.0
0 stars 0 forks source link

Investigate GUI options for server #36

Open nicmr opened 4 years ago

nicmr commented 4 years ago

Unix users won't care but windows will highly prefer having a GUI option for controlling the server.

We should investigates which cross-platform GUI crates currently best suit our purposes.

Developing this GUI in a separate repository might be appropriate.