/KDash

A Kotlin wrapper for the iRacing SDK

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

KDash

A Kotlin wrapper for the iRacing SDK

Usage

KDash allows the user to read data as easily as running

val reader = IRacingDataReader.fromLiveData()
println("Car currently moving at ${reader.mostRecentBuffer["Speed"]} m/s")

KDash also supports reading from telemetry files.

... more to come.