edvorg / rustmith

Rocksmith clone for Web platform (WIP)

Home Page:https://rustmith.rocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 --release

# open localhost:8000 in browser

About

Rocksmith clone for Web platform (WIP)

https://rustmith.rocks

License:GNU General Public License v3.0


Languages

Language:Rust 92.0%Language:CSS 5.3%Language:Shell 2.0%Language:HTML 0.8%