Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.07 KB

File metadata and controls

36 lines (26 loc) · 1.07 KB

OpenRaceRender

MacOS| Windows|Linux Open Race Render is a tool to render TrackAddict data overlay. It can export the overlay as PNG file sequence. It is similar to RaceRender but with limited functionalities.

Run

OpenRaceRender <LogFile>

A file dialog will pop up at launch if LogFile is not provided.

Supported Widget

See screenshot for supported formats.

  • Engine speed box with throttle percentage
  • Map
  • X-Y pannel accelorations
  • Timeslider
  • Plot on any selected columns

TODOs

  • Smoother interpolations of sensor data
  • Denoising
  • Per lap data comparison
  • Render to video
  • Picture-in-picture
  • Simple video editing

Dependencies

  • ImGui
  • std::filesystem from C++17