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
- 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)
Telemetry exported from FastF1 Python library. See python/ for exporter script.
- Binary file: ~2.8MB for full race (two drivers)
- Load time: instant (<50ms for 80k frames)
- Analysis: instant (single lap ~800 frames)