Skip to content

F1 race replay

poulluka requested to merge poulluka/ppy1-2025:f1_race_replay into main

Submitting my semestral project for review. I am using fastf1 library to import telemetry from real F1 races, NumPy for data manipulation, pandas and SciPy for data analysis and OOP for generating car objects. The race is displayed using pygame as 2D track projection with leaderboard and lap counter. I will probably add some tweaks and fix bugs, but this is more or less it.

Merge request reports