Skip to content
/ bump Public

Best Universal Music Player written in Rust and Iced

Notifications You must be signed in to change notification settings

Martan03/bump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

Links