Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carbonfive/rusty-drummer
A drum sequencer implemented in Rust
https://github.com/carbonfive/rusty-drummer
Last synced: about 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T16:15:31.000Z (over 9 years ago)
- Last Synced: 2024-04-15T12:18:28.471Z (9 months ago)
- Language: Rust
- Size: 6.61 MB
- Stars: 1
- Watchers: 69
- 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`