Page 1 of 1

Open source, GPL version of sQuiRt

Posted: Thu Mar 28, 2013 6:50 pm
by splash21
sQuiRt is a LiveCode library for creating QR codes (2d bar codes).
I've posted an open source, GPL version to complement the imminent release of open source LC.
Hopefully you'll find the source interesting - there's code for PNG image creation, crc32 checksums and deflate compression as well as the QR code itself.

I'm no mathematician and don't have previous QR experience, so there will no doubt be numerous ways to tweak the code, etc - have fun!! :D

There's a download link at;
http://splash21.com/sQuiRt.php

Re: Open source, GPL version of sQuiRt

Posted: Thu Mar 28, 2013 7:12 pm
by Dixie
Nice one, John... I know how much work you put into this !...

Re: Open source, GPL version of sQuiRt

Posted: Fri Mar 29, 2013 9:37 am
by splash21
Thanks - I had a quick look over the code as it was written over a year ago. For anyone wanting to follow what's going on, the library follows the ISO/IEC 18004 international standard document. It's much easier if you read the code in conjunction with the standards doc.