Skip to content

C++ library for parsing and analyzing Formula 1 telemetry data. Designed for integration with DCC tools and real-time visualization. Implemented in SideFX Houdini as SOP nodes

Notifications You must be signed in to change notification settings

HakeemAdam/F1TelemetryDecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

F1 Telemetry Analysis

C++ library for parsing and analyzing Formula 1 telemetry data. Designed for integration with DCC tools and real-time visualization. Implemented in SideFX Houdini as SOP nodes

Features

  • Custom binary format for fast loading (~80k frames in <50ms)
  • Braking zone detection with entry/exit speeds, deceleration rates
  • Corner analysis with curvature computation and apex detection
  • Gap analysis between drivers (track distance over time)
  • Lap delta comparison (time gained/lost at track positions)

Data Source

Telemetry exported from FastF1 Python library. See python/ for exporter script.

Performance

  • Binary file: ~2.8MB for full race (two drivers)
  • Load time: instant (<50ms for 80k frames)
  • Analysis: instant (single lap ~800 frames)

About

C++ library for parsing and analyzing Formula 1 telemetry data. Designed for integration with DCC tools and real-time visualization. Implemented in SideFX Houdini as SOP nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published