QR code generator,?
-
I want to create dynamic QR code with panel in HISE, Did anyone done before ? How you do it ?
-
There is no functionality to generate QR codes in HISE but if you had the method to generate the values you could paint the code onto a panel. There are a few javascript libraries that do this so it probably won't be too hard to adapt one to HISE Script.
-
-
@d-healey Thank you
I will try it -
@d-healey i can do painting , but i just need a generated 2D array from library and i'm new to code , so this library is complicated for me to adapt to HISE Script .
-
@sakorada Do you need to generate the qr code within your project? Or could you generate it outside your project and use the data?
-
@d-healey within project , it will change value every time when plugin load.
Example:
https://www.sample.com/(xxxx) -
@sakorada Then the only path is hard work, or paying someone else to do it :)
-
@d-healey Yep , i think so. now i have to learning more about QRCode protocol.
I would pay someone to do it also....
Thank you for information