Rocket Viewer (https://rocket-viewer.com)
A web Rocket League replay viewer focused on accurate replication. Built with Angular 9 and three.js. Uses boxcars to deserialize replays client side without any servers involved.
Production environment will always reflect the latest release and the dev environment is synced with the master branch (if the CI build is successful that is). The dev website is unoptimized and displays debug information that affects performance. Don't be surprised if it's broken.
ng serve
to run a dev server at https://localhost:4200.
ng build
to build the project.
Both of this commands will also compile the wasm module written in rust. To only compile the wasm module run npm run wasm-pack
.