Tweak album view
Start working on album view
Fix dirtying when holding slider, hidpi mouse coords
Moet is a music player written in Rust, using SDL2 for window management, rendering and audio playback.
Written for my personal use, so the feature set might seem odd or lacking.
Moet requires SDL2, Rust, and Cargo.
See the rust-sdl2 documentation for setup instructions. After that, simply:
cargo build --release
(And copy target/release/moet[.exe]
wherever you keep your
executables.)