This project is a custom implementation of a QR code generator in C , supporting up to version 40 QR codes. The goal is to understand the structure and encoding process of QR codes.
I got the inspiration for this project from this video on YouTube.
I am trying to recreate the logic behind QR codes and how they represent data.
-
Make sure you have CMake and a C compiler installed.
-
Clone the repository.
-
Run the following commands:
mkdir build cd build cmake .. make