Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cmdcolin/fml9000
- Owner: cmdcolin
- License: mit
- Created: 2022-08-31T04:45:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T20:43:18.000Z (3 months ago)
- Last Synced: 2024-08-12T23:41:24.625Z (3 months ago)
- Language: Rust
- Size: 6.64 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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