micjahn / ZXing.Net

.Net port of the original java-based barcode reader and generator library zxing
Apache License 2.0
2.74k stars 666 forks source link

ZXing for WinUI-3 #572

Open COMADD opened 5 months ago

COMADD commented 5 months ago

Hello,

For a UWP project we use the ZXing.Net package. We are in the process of migrating this project to WinUI3 and the ZXing.Net package is apparently not compatible with this environment. We found another package: "ZXing.Net.Bindings.Windows.Compatibility" which seems suitable for the WinUI3 environment.

But the question is : Given the large amount of existing ZXing package, what is the best choice for a WinUI3 project?

Thanks in advance, Best regards

micjahn commented 5 months ago

Sorry, I can't help here. I have no experience with WinUI3. Perhaps you have to try out the available packages.

TheJoeFin commented 1 week ago

@COMADD https://github.com/TheJoeFin/Simple-QR-Code-Maker is a WinUI3 app built with ZXing.net feel free to reference that project for examples