afriscic / BarcodeScanning.Native.Maui

Barcode scanning library for .NET MAUI
https://www.nuget.org/packages/BarcodeScanning.Native.Maui
MIT License
162 stars 31 forks source link

Windows Support #62

Open e808080 opened 4 months ago

e808080 commented 4 months ago

Fantastic library! Works great on Android and iOS. Would be really good with Windows support as well. Any timeline?

afriscic commented 4 months ago

Hello, thanks.

If no major bugs arise than Windows support is next on my list. I did some preparation and unfortunately it looks like Windows support will be the most difficult to implement out of all platforms. And also it looks like Zxing.Net is rather slow so I'll try to use zxing-cpp whose wrapper is in alpha. So we'll see hot it goes...