dji-sdk / FlightRecordParsingLib

DJI Flight Record Parsing Lib
Other
39 stars 12 forks source link

Any reason there isn't a build available for Windows? #28

Closed TheWerewolf closed 4 months ago

TheWerewolf commented 4 months ago

I mean, there are a LOT of Windows users out there. I'm pretty sure not all DJI drone users are MacOS or Ubuntu users. Oddly, most of the third party parts include Visual Studio solution files, just none of the DJI parts.

If I port it to Windows, would DJI be interested in including it?

dji-dev commented 4 months ago

Agent comment from xiaorong.zheng in Zendesk ticket #100997:

Unfortunately, we're not planning on adding Windows support at this time. But here's the cool part: since the library is open-source, you've got the freedom to modify it as needed to make it work just right for your Windows setup.

°°°

TheWerewolf commented 4 months ago

Thank you for the update.

While I understand the current limitations, I appreciate knowing that the library is open-source and can be customized. I'll work on porting it to .Net to ensure compatibility across various platforms, including Windows, MacOS, Linux, iOS, and Android as well as Blazor so web browsers. Once completed, I'll share the modified version on my Github repository so other people can have the freedom to develop with it on any platform.

Thanks again for your support!