Allows you to Generate and Scan QR Codes.
So I have a QR code on my phone and the app running on my laptop.. I show the QR code from my phone to my laptop and click decode and nothing is happening. I am running the latest stable version and using your example.
Hi, I just tried on my laptop, its working. But the obstacle was the reflections of the phone screen on laptop camera due to which several qr code refections were like overlapping. This was messing up with the reading process.
Hi Sparsha. Do you have any plans to update this to support worker please? I am using your firebase plugins and thanks to the latest updated am now able to use worker mode as you recommend however that makes this one not usable. Thanks
Hi samwellb, Yes. Still there are a three of my plugins left to convert to support Worker mode- copyclip, this one, and cloudflare trace.
There will be some more major updates in the Firebase plugins this month, and then after those are complete, I will be finally able to start fixing these ones.
That's great. Appreciate the update. Thanks
This plugin is missing the QRCode generator part. Is using Chart Google api, is not always working chart.googleapis.com/chart
Please consider use a client-side generated code implementing this github.com/davidshimjs/qrcodejs
Hi, I've updated the plugin! You can check it out.
It requires internet connection, so won't work when disconnected.
Thanks for the suggestion! I will update the plugin.
please update for newest construct 3 SDK V2, because this plugin is old and stuck in logo
Hi Sparsha. Thanks for your plugin. It works great in C3 and preview mode. But for some reason, it doesn't work when I host my game.
Rejection from 'sparsha_qrdom' handler 'domAsync_sparsha_qrcode': TypeError: Cannot read properties of undefined (readingGenerator')
Hi, Construct 3 now has an inbuilt QR Code Plugin! It's now available in the Beta R339!
Hi, can you try exporting without Minify? Let me know if it works so that I can identify the problem.
Hello how are you?
Would you like to know how viable your plugin is to read barcodes? I know it's an old-fashioned process, but it would facilitate the development of applications in less developed countries. Could you help us?
Hi Sparsha, congratulations on the great plugin. I wanted to ask you if it is possible to implement a function for inserting a logo in the center of the generated QR Code.
Hi, I tried to open the Example, but it says I'm missing another Addon called "LinearGradient" by Ludonaut, is it necessary to get it for the QR to work? thanks!
No, I use it in the example to show how you can decorate your QR Code.
Its free- construct.net/en/make-games/addons/106/linear-gradient
I couldn't figure out how to read qr code. Do you have an example on this? I can review.
The example c3p is provided- construct.net/en/make-games/addons/414/qr-code/examples/1/qr-example-3-0-0.c3p
Does it read the existing qr code and output a link? I wasn't very good at it.
Yes it reads an existing qr code image. It is supposed to output the text data that qr code contains- it may be a link, or a plain simple text.
Try previewing the example c3p on mobile browser (using remote preview).