-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
QR-sam #197
QR-sam #197
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@samdev-7 is attempting to deploy a commit to the Hack Club Team on Vercel. A member of the Team first needs to authorize it. |
Not exactly what we had in mind with programmatic art but it's for sure a fun visual project. Seems like you learned a lot and could be fun to add to other projects. Nice work! You can order your Blot here. We're still sorting out shipping logistics so be patient but we're really excited to get the machine to you and hear your experiences with it. |
QR codes have always felt like magic to me. Over the past few weekends, I've been investigating how QR codes work and trying to implement my own code to generate QR codes. Along with many online resources (linked in the code), Blot was super helpful for me to visualize what was being generated without having to deal with complex graphics libraries.
This generator supports all versions of QR codes, all error correction levels, and Unicode characters.
Physical drawings are kept in mind, the line width and qr code size is configurable to be adaptable to all pen/marker sizes.
The code isn't as clean as I'd like, but I figured it was still worth submitting.
Let me know if cleanup is nesscary.
Here are some examples!