Build Your Own Arcade Controls Forum

Main => Everything Else => Topic started by: Howard_Casto on November 19, 2016, 10:25:53 pm

Title: Looking for a freeware QR code generator
Post by: Howard_Casto on November 19, 2016, 10:25:53 pm
So something I've been meaning to do for a while is integrate QR codes into a frontend so manuals, ect can be read from your phone, similar to what Nintendo did with the NES Classic.  I seem to have trouble finding a program or source code that will let you make them for free. 

Any suggestions?
Title: Re: Looking for a freeware QR code generator
Post by: whammoed on November 20, 2016, 12:39:08 pm
This works for me when I tested:
http://www.qr-code-generator.com (http://www.qr-code-generator.com)
It was the first thing I came to.  Maybe you are needing something else?

Edit:  just reread your post.  Do you need more of an API of sorts that you can build into your program?
If so what language is the front end?
This may be good for .NET:
http://qrcodenet.codeplex.com/ (http://qrcodenet.codeplex.com/)
Title: Re: Looking for a freeware QR code generator
Post by: Howard_Casto on November 20, 2016, 01:04:03 pm
I'll look into that, thanks.