Rocksmith clone for Web platform (WIP)
Clone or download
Latest commit 888b4bd Jan 13, 2019

README.md

rustmith

Rocksmith clone for Web platform

Setup

First time setup:

rustup default nightly
rustup update
rustup target add wasm32-unknown-unknown
rustup component add clippy
rustup component add rustfmt
cargo install --force cargo-web
cargo install --force cargo-watch

During development:

# build correlation worker for sound processing
./build-worker.sh

# build frontend
cargo web start -p rustmith_frontend --auto-reload

# open localhost:8000 in browser