https://github.com/carbonfive/rusty-drummer
A drum sequencer implemented in Rust
https://github.com/carbonfive/rusty-drummer
Last synced: about 1 year ago
JSON representation
A drum sequencer implemented in Rust
- Host: GitHub
- URL: https://github.com/carbonfive/rusty-drummer
- Owner: carbonfive
- Created: 2015-04-23T21:26:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T16:15:31.000Z (almost 11 years ago)
- Last Synced: 2025-01-30T17:36:58.041Z (over 1 year ago)
- Language: Rust
- Size: 6.61 MB
- Stars: 1
- Watchers: 68
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rusty-drummer
A drum sequencer implemented in Rust
## Install Rust
Duh. http://www.rust-lang.org/
## Install SFML
The view rendering is done with a rust-wrapper around SFML(Simple and Fast Multimedia Library - www.sfml-dev.org).
Fortunately it can be installed with brew.
* `brew install sfml`
* `brew install csfml`
## Run
After cloning the repo and CDing into the directory.
* `cargo run`