Thread overview
I need library for QR codes generation.
Sep 06, 2017
MGW
Sep 06, 2017
Andrea Fontana
Sep 06, 2017
Andre Pany
September 06, 2017
I need library for generation of QR codes. Who knows, give the link.
September 06, 2017
On Wednesday, 6 September 2017 at 14:30:24 UTC, MGW wrote:
> I need library for generation of QR codes. Who knows, give the link.

You can try to bind a c library like [1] using dstep. It should be easy.

Andrea

[1] https://github.com/fukuchi/libqrencode

September 06, 2017
On Wednesday, 6 September 2017 at 14:30:24 UTC, MGW wrote:
> I need library for generation of QR codes. Who knows, give the link.

It seems google has an api to create QR codes: https://developers.google.com/chart/infographics/docs/qr_codes

Kind regards
André