[PR #94] [MERGED] Add finish line drawing to race replay UI #137

Closed
opened 2026-05-07 00:18:50 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/94
Author: @viralcodex
Created: 12/20/2025
Status: Merged
Merged: 1/10/2026
Merged by: @IAmTomShaw

Base: mainHead: track-finish-line-addition


📝 Commits (4)

  • f61aad0 Add finish line drawing to race replay UI
  • 9d04213 Refactor finish line drawing for qualifying and race
  • 9609738 Merge remote-tracking branch 'upstream/main' into track-finish-line-addition
  • 8e6239d Add missing import

📊 Changes

3 files changed (+65 additions, -13 deletions)

View changed files

📝 src/interfaces/qualifying.py (+9 -9)
📝 src/interfaces/race_replay.py (+3 -1)
📝 src/ui_components.py (+53 -3)

📄 Description

Introduced a new draw_finish_line function in ui_components.py to render a checkered finish line on the track. Integrated this function into the F1RaceReplayWindow rendering flow in race_replay.py to visually indicate the race finish line.

image

@IAmTomShaw , this should add some visual cue for users to track the finish of the drivers on the track


🔄 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/94 **Author:** [@viralcodex](https://github.com/viralcodex) **Created:** 12/20/2025 **Status:** ✅ Merged **Merged:** 1/10/2026 **Merged by:** [@IAmTomShaw](https://github.com/IAmTomShaw) **Base:** `main` ← **Head:** `track-finish-line-addition` --- ### 📝 Commits (4) - [`f61aad0`](https://github.com/IAmTomShaw/f1-race-replay/commit/f61aad0073ffb17241f4213015581aad4e47ac14) Add finish line drawing to race replay UI - [`9d04213`](https://github.com/IAmTomShaw/f1-race-replay/commit/9d04213bb3d40f258b7211ca71df867807ad51cb) Refactor finish line drawing for qualifying and race - [`9609738`](https://github.com/IAmTomShaw/f1-race-replay/commit/9609738ffa4366ba7e0576bba559f069335d2594) Merge remote-tracking branch 'upstream/main' into track-finish-line-addition - [`8e6239d`](https://github.com/IAmTomShaw/f1-race-replay/commit/8e6239dd02bfc13019f52eed6fb0bdbba82d04fa) Add missing import ### 📊 Changes **3 files changed** (+65 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/interfaces/qualifying.py` (+9 -9) 📝 `src/interfaces/race_replay.py` (+3 -1) 📝 `src/ui_components.py` (+53 -3) </details> ### 📄 Description Introduced a new draw_finish_line function in ui_components.py to render a checkered finish line on the track. Integrated this function into the F1RaceReplayWindow rendering flow in race_replay.py to visually indicate the race finish line. <img width="888" height="544" alt="image" src="https://github.com/user-attachments/assets/bb1dc964-3370-4d16-a9ca-53254fa8e851" /> @IAmTomShaw , this should add some visual cue for users to track the finish of the drivers on the track --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:18:50 +02:00
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#137
No description provided.