basic qr code generator
- C 96%
- Nix 3.5%
- Makefile 0.5%
| docs | ||
| include | ||
| src | ||
| .clangd | ||
| .gitignore | ||
| compile_commands.json | ||
| flake.lock | ||
| flake.nix | ||
| generate | ||
| generate_LUT.c | ||
| Makefile | ||
| README.md | ||
| TODO.md | ||
Things to note
- Created based on ISO/IEC 18004:2000 (see repo)
- For now, this program generates Model 2 codes with Level M error-correction levels
- Version (size) of QR code is the minimum size required to encode given data using 2-M symbols
- ECI protocol is not implemented for the time being