mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 16:35:49 +02:00
[GH-ISSUE #104] [Feature Request] Draw pit wall / Make webapp or else #24
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @efirlus on GitHub (Dec 22, 2025).
Original GitHub issue: https://github.com/IAmTomShaw/f1-race-replay/issues/104
First off, I want to say thanks for making such an awesome app.
Lately, rewatching old races has become about five times more fun. It's rejuvenating my life.
I have two suggestions. One seems relatively simple to me (I probably could have forked it right away if my Claude code API had been a bit more generous), while the other seems incredibly complex.
It would be great to visually mark the pit lane on the track.
Since the DRS zone is green, and yellow flags, red flags, and the virtual car are marked orange, the pit lane could be shown in purple or something similar.
Web app or mobile app
Claude said Arcade can't be ported to mobile.
I'm not sure if that's true, but if it is, this feature would be incredibly difficult.
I just thought it would be nice if I could run race replays on my tablet later (or run it on a PC/server and view it via mobile browser).
@IAmTomShaw commented on GitHub (Dec 22, 2025):
Really glad you like the project!!
I tried adding in the pit lane previously however it didn't seem to work properly. I need to have another look into this.
As for a mobile or web version, arcade can't be ported to web or mobile, but I am working on creating a web version. It's just that this Python project is taking priority for now :)
@afnanalamm commented on GitHub (Jan 12, 2026):
Hey guys! I came over here after seeing Tom's YT short. Coincidentally, I was thinking of doing a web app project also.
I just finished working on a React Native, JSX app, and wanted to apply those skills to this project. Would be fun to bring it to mobile phones as well as web.
Of course, I'm a novice, and there will be significant optimisation potential in anything I make. But thanks for making this project in the first place, Tom!