Skip to content

Desktop v1.0 - Basically Functional Program

Latest
Compare
Choose a tag to compare
@MechaDragonX MechaDragonX released this 16 Apr 21:08
· 16 commits to master since this release

New Features

  • Album cover, album name, artist, and title are are visible after selecing a file
  • A toggle-based play/pause button
  • Modified file open dialog to show file types that were originally not visible
  • File menu at the top of the window instead of a button
  • Lots of crash handling

Screenshots

While Playing
16/4/2020 Screenshot 1
Selecting a New Song
16/4/2020 Screenshot 2

Archive Information

All builds are available in standard zip archives and XZ zipped tarballs.

Running Instructions

Just last time there are some issues.

  • Windows
    • Uses AOT compilation.
    • Simply extract the archive and run the *.exe file.
  • Linux and macOS
    • Unfortunately Visual Studio returned errors when attempting to create self-contained builds. This means that you must download .NET Core v3.1. Installation instructions for your OS can be found here.
    • Afterwards, you can run the application by opening up a terminal window in the directory you installed Majora in and running:
$ dotnet Majora

I'll try to create self-contained builds for all platforms in the future.