TiberiuC39 / SharpOverlay

SharpOverlay is a set of iRacing overlays built on .NET & WPF. It aims to provide free & open-source versions of useful widgets.
MIT License
20 stars 2 forks source link

iRacing SDK deps #1

Closed HarveyKandola closed 5 days ago

HarveyKandola commented 1 month ago

Can you fill me in the (2?) iRacing SDK being used?

They seem to have not been maintained? Or did I miss something?

Would love to help get additional overlays into the mix....

TiberiuC39 commented 1 month ago

Hi!

The SDK Wrapper used is iRacingSDKWrapper. specifically this PR that moves it over to .NET Core.

The other dll iRSDKSharp is a dependency for the Wrapper but I believe it might be safe to remove now. I'll take a look

You are correct that the SDKWrapper has not been updated in a long while, the TelemetryInfo class is seriously outdated, but the wrapper will still happily produce any field with the GetTelemetryValue\(string name) function, you can see that being used in InputGraph.xaml.cs in the UpdateInputs method.