6 Commits

Author SHA1 Message Date
d34178f035 Add license 2025-10-20 22:27:42 +03:00
08db4564c9 Accept data to be encoded as a command line argument 2025-10-20 22:24:26 +03:00
67516a9084 Cleanup format string placement code 2025-10-20 22:21:28 +03:00
61773ea3d9 Fix whitespace 2025-10-20 22:09:19 +03:00
6b6f685f39 Replace 2d std::vector<bool> with 1d manual allocation
This makes this a bit faster and each qr code is now stored in a
single linear chunck of memory
2025-10-20 22:07:51 +03:00
840e9769fa Implement basic qr code generator 2025-10-20 21:33:27 +03:00