I originally built a QR code generator as a resume project using Rust and I realized a web interface would make customization way easier.
This still generates the "data" using that rust library via wasm, but the rendering is all editable javascript to make an SVG or paint on an HTML canvas.
I was especially inspired by https://qrbtf.com which had some unique style options I had never seen before, which I ended up copying, and then I made some more.
Comments URL: https://news.ycombinator.com/item?id=41701644
Points: 59
# Comments: 6
Войдите, чтобы добавить комментарий
Другие сообщения в этой группе

Article URL: https://www.404s.design/
Comments URL: https://news.ycombinator.com/item?id=43589
Article URL: https://coquitts.com
Comments URL: https://news.ycombinator.com/item?id=43590570

Hi HN,
I’ve been working on an OCR pipeline specifically optimized for machine learning dataset preparation. It’s designed to process complex academic materials — including math formulas, tables

Article URL: https://ztoz.blog/posts/macpaint-source-code/