Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`