Skip to content

A music player app written in golang using the fyne framework

Notifications You must be signed in to change notification settings

RileySun/FyneMusic

Repository files navigation

Fyne Music

A pure golang music player app built off the Fyne Framework. Currently only supports MP3 format audio files.


Install Instructions

FyneMusic has pre-built application releases for the following platforms

MacOS: Download
Windows: Download
Linux: Please build using instructions below


Build Instructions

You must have golang installed, see here.

  1. Install Fyne
    Go Version > 1.16:
    go install fyne.io/fyne/v2/cmd/fyne@latest
    Go Version < 1.16:
    go get fyne.io/fyne/v2/cmd/fyne

  2. Build App (for cross compiling see here)
    macOS:
    fyne package -os darwin -icon App_Icon.png
    windows:
    fyne package -os windows -icon App_Icon.png
    linux:
    fyne package -os linux -icon App_Icon.png

  3. Enjoy
    :3

About

A music player app written in golang using the fyne framework

Resources

Stars

Watchers

Forks

Languages