Skip to content

Visualize lap data directly from rFactor 2 replay (.Vcr) files

License

Notifications You must be signed in to change notification settings

bornabesic/rf2replay

Repository files navigation

rF2 Replay

GitHub

Visualize lap data directly from rFactor 2 replay (.Vcr) files

Features

  • Client-side replay file processing and visualization
  • Throttle and brake telemetry comparison (per driver, per lap)

Setup

npm install

Local development

npm run dev
npm run prod

Building for production

npm run build

Static files are available in dist/ afterwards.

Contributing

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!

  1. Fork the project
  2. Create your branch (git checkout -b dev-awesome-feature)
  3. Commit your changes (git commit -m 'Add the best feature ever')
  4. Push to the branch (git push origin dev-awesome-feature)
  5. Open a pull request

Known Issues

  • Firefox does not yet support import statements in web workers (see here)
    • npm run dev does not work, use npm run prod instead for developing

Acknowledgments

License

Copyright © 2023 Borna Bešić
GNU GPLv3