~neon/moet

Music Organization and Enjoyment Tool, i.e. a player for your wavs.
Tweak album view
Start working on album view
Fix dirtying when holding slider, hidpi mouse coords

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~neon/moet
read/write
git@git.sr.ht:~neon/moet

You can also use your local clone with git send-email.

#Music Organization and Enjoyment Tool

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.

#Building

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.)