Visualize lap data directly from rFactor 2 replay (.Vcr) files
- Client-side replay file processing and visualization
- Throttle and brake telemetry comparison (per driver, per lap)
npm install
npm run dev
npm run prod
npm run build
Static files are available in dist/
afterwards.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag enhancement
. Don't forget to give the project a star! Thanks again!
- Fork the project
- Create your branch (
git checkout -b dev-awesome-feature
) - Commit your changes (
git commit -m 'Add the best feature ever'
) - Push to the branch (
git push origin dev-awesome-feature
) - Open a pull request
- Firefox does not yet support import statements in web workers (see here)
npm run dev
does not work, usenpm run prod
instead for developing
Copyright © 2023 Borna Bešić
GNU GPLv3