Add simple desktop app

This commit is contained in:
Elias Projahn 2020-07-18 11:58:03 +02:00
parent 5312bad52d
commit 4bdd1873c4
17 changed files with 540 additions and 1 deletions

View file

@ -18,7 +18,7 @@ developed using the [Aqueduct framework](https://aqueduct.io).
`client` A client library for the Musicus server.
`common` Common building blocks for Musicus client apps. This includes shared
UI and backend code for the mobile app and the (future) desktop app.
UI and backend code for the mobile and desktop app.
`mobile` The Musicus mobile app. It is being developed using
[Flutter toolkit](https://flutter.dev) and only runs on Android for now.
@ -26,6 +26,9 @@ UI and backend code for the mobile app and the (future) desktop app.
`player` The simplest possible audio player plugin. This is used by the
mobile app for playback.
`desktop` A simple Musicus desktop app. At the moment this is basically the
mobile app with some adaptions in the background.
## Hacking
Picking up Dart as a programming language and Flutter as an UI toolkit should