Michael Williams committed link to rustup.rsLatest: 3d8b2ce on 5/13/2018, 1:35:43 PM | |
📄 | .gitignore |
📄 | Cargo.lock |
📄 | Cargo.toml |
📄 | README.md |
📁 | src |
README.md
metronome
a simple metronome in rust
work in progress
usage
on debian:
sudo apt install libncurses5-dev libncursesw5-dev
git clone https://github.com/ahdinosaur/metronome
cd metronome
cargo run
controls:
- press enter to reset loop
- press up and down to nudge tempo
- press space to tap to the beat
Built with git-ssb-web