LibQRCode (1.0)

Generates a QR Code. The entry-point is the DrawQRCode(Control, Data) function, which expects a TextureControl and a String.
The library will fill in the TextureControl with a QR Code that represents the supplied data.
There is also a slash-command “/qrcode ” included that allows you to test it out by adding any text you want, and the addon generates a QR code with a basic 200×200 pixel window containing the QR code.