[PR #76] Feature/compare drivers mode #121

Open
opened 2026-05-07 00:18:46 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/76
Author: @CalebSemekor
Created: 12/18/2025
Status: 🔄 Open

Base: mainHead: feature/compare-drivers-mode


📝 Commits (3)

  • e5e7128 Refactor UI components for improved readability and performance; add telemetry comparison functionality with plotting capabilities
  • 700da9c Update preview image for enhanced visual representation
  • 23c42b3 Update README.md

📊 Changes

6 files changed (+354 additions, -452 deletions)

View changed files

📝 main.py (+49 -6)
📝 resources/preview.png (+0 -0)
src/analysis/comparison.py (+188 -0)
📝 src/arcade_replay.py (+3 -2)
📝 src/interfaces/race_replay.py (+36 -4)
📝 src/ui_components.py (+78 -440)

📄 Description

Feature: Adds an interactive "Compare Two Drivers" mode.

Usage: Users can click two drivers on the leaderboard during a race replay and press [C] to open a detailed telemetry comparison (Speed, Throttle, Brake, and Time Delta).

Technical Detail: Explains the distance-based alignment used to ensure accurate driver-to-driver comparisons.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/IAmTomShaw/f1-race-replay/pull/76 **Author:** [@CalebSemekor](https://github.com/CalebSemekor) **Created:** 12/18/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/compare-drivers-mode` --- ### 📝 Commits (3) - [`e5e7128`](https://github.com/IAmTomShaw/f1-race-replay/commit/e5e712820918a6b217a23bb6b10f3b804d6f57a9) Refactor UI components for improved readability and performance; add telemetry comparison functionality with plotting capabilities - [`700da9c`](https://github.com/IAmTomShaw/f1-race-replay/commit/700da9c1eb8ac0823094f8cb9ec65c9283055e1e) Update preview image for enhanced visual representation - [`23c42b3`](https://github.com/IAmTomShaw/f1-race-replay/commit/23c42b3346c772d62f23d5ce7a285ac08aabb186) Update README.md ### 📊 Changes **6 files changed** (+354 additions, -452 deletions) <details> <summary>View changed files</summary> 📝 `main.py` (+49 -6) 📝 `resources/preview.png` (+0 -0) ➕ `src/analysis/comparison.py` (+188 -0) 📝 `src/arcade_replay.py` (+3 -2) 📝 `src/interfaces/race_replay.py` (+36 -4) 📝 `src/ui_components.py` (+78 -440) </details> ### 📄 Description Feature: Adds an interactive "Compare Two Drivers" mode. Usage: Users can click two drivers on the leaderboard during a race replay and press [C] to open a detailed telemetry comparison (Speed, Throttle, Brake, and Time Delta). Technical Detail: Explains the distance-based alignment used to ensure accurate driver-to-driver comparisons. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/f1-race-replay#121
No description provided.