Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martan03/bump
Best Universal Music Player written in Rust and Iced
https://github.com/martan03/bump
iced iced-rs music-player music-player-app rust
Last synced: about 2 months ago
JSON representation
Best Universal Music Player written in Rust and Iced
- Host: GitHub
- URL: https://github.com/martan03/bump
- Owner: Martan03
- Created: 2023-09-10T20:18:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-15T18:17:09.000Z (3 months ago)
- Last Synced: 2024-10-04T22:12:34.321Z (3 months ago)
- Topics: iced, iced-rs, music-player, music-player-app, rust
- Language: Rust
- Homepage:
- Size: 267 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# bump
Best Universal Music Player written in Rust and iced
(not quite the best, but I'm trying my best)## Configuration
Config files are saved in config folder (on Linux `~/.config/bump`) in file
`config.json`. There are few options you can set and I'll be adding more in the future.
So far I don't have settings in the app, so this is the only place you can adjust settings.## GUI
The GUI isn't quite finished, but at least it looks somewhat decent.
![image](https://github.com/Martan03/bump/assets/46300167/e5a48ebf-742c-49cb-b0d6-84756fd9cfbb)
## How to get it?
You have to compile it yourself, but that shouldn't a problem. Only thing you need to have is `cargo`:
```
cargo build -r
```After it is done compiling, you can then start the binary `./target/release/bump`.
## Library for playing audio
I use library coded by my friend, so thanks!
The library is called [raplay](https://github.com/BonnyAD9/raplay).## Links
- **Author:** [Martan03](https://github.com/Martan03)
- **GitHub repository:** [bump](https://github.com/Martan03/bump)
- **Author website:** [martan03.github.io](https://martan03.github.io)