C
C#4mo ago
randomrider

✅ QR-code generator library for Avalonia that is compatible with Linux ARM64?

Is there QR-code library that is compatible for Avalonia that is compatible with Linux ARM64 (Raspberry Pi). I need to create an app that runs natively on the Pi, so I use Avalonia and compile to Linux ARM64. But the QR-codes on the Pi never load. I've tried Zen Barcode and QRCoder, but both have the same issue.
2 Replies
Klarth
Klarth4mo ago
QRCoder seems like it should work. So should https://github.com/micjahn/ZXing.Net Zen Barcode hasn't been updated in like a decade, so it would need rebuild for .NET Standard at least, AFAIK.
randomrider
randomrider4mo ago
Thank you! I will try that. By using ZXing.Bindings.SkiaSharp, for .NET 5 and higher support, it worked. Thanks for the help!