Skip to content

nickbabcock/rl-web

Repository files navigation

Rocket League Replay Parser (rl-web)

CI

The Rocket League Replay Parser decodes a replay and presents a small array of statistics. This tech demo shows the versatility of boxcars, the underlying Rust-based library, as replays are parsed locally within the browser via a Wasm web worker. Additionally, one can instead opt into having the file uploaded to the edge to be parsed.

A similar, but offline tool is rrrocket.

Screenshot

Screenshot of web page

Contributing

Install mise to setup the dev environment:

mise install
mise exec -- rustup target add wasm32-unknown-unknown
mise run build
mise run dev

About

Online Rocket League Replay Parser

Topics

Resources

License

Stars

19 stars

Watchers

3 watching

Forks

Releases

No releases published

Contributors