flxn / qrcode2stl

Web App to create 3d-printable QR-Codes
https://flxn.de/qrcode2stl/
MIT License
169 stars 60 forks source link

Support to download the preview as png or jpg #9

Open DocBrown101 opened 4 years ago

DocBrown101 commented 4 years ago

Then we could focus on only one QR Code generator 😄

flxn commented 4 years ago

I think there are enough plain QR Code generators on the internet but you are right if we do the 3d thing why not also output a 2d image.

DocBrown101 commented 4 years ago

If you want to create a QR code for Bitcoin transfers, you are never sure if your address has changed. But as soon as I can host it myself, I am very sure!

flxn commented 4 years ago

I didn't find an easy way to export the qr code as an image, but I started refactoring the 3d mesh generation because the code was very messy.
I think when this is done it will be easier to also generate it in 2d.