QRCodeProject

This is a project I am still working on. It is a QR code generator, which i intend to be able to take any link of text you want and make it into a QR code. This is made by only me in my spare time, it’s made with C++ and SDL, also i used a QR code library. The goal of the project is for me to get comfortable with making apps and projects in C++.

In this showcase video I show off that the project generates a QR code from the given string (It is indeed the website link, try it out!). For now you need to give the string in the code. But i want to use the IMGUI library to get a text field and buttons where the user can insert their data and convert it to a QR code. Also want the user to be able to download the QR code.

The project started off as a prototype so i haven’t really designed anything of importance yet, and it hasn’t gotten that much concent so i will put some code with a bit of explaination down here.