Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmdcolin/fml9000

work in progress music player with Rust+GTK4
https://github.com/cmdcolin/fml9000

Last synced: 4 days ago
JSON representation

work in progress music player with Rust+GTK4

Awesome Lists containing this project

README

        

## fml9000

A music player written in Rust with GTK4-rs

## Screenshot

![](img/1.png)

Note: not all features pictured work yet, but it does look like this :)

## Usage

```
git clone https://github.com/cmdcolin/fml9000
cd fml9000
cargo run
```

## Troubleshooting

Usage with Linuxbrew may not work, I had to completely uninstall linuxbrew to
make the development work on my computer. A minimal homebrew/linuxbrew install
may work but certain packages may confuse pkg-config too much. See
https://github.com/tauri-apps/tauri/issues/3856