Registry / utility / nayuki-qr-code-generator

nayuki-qr-code-generator

JSON →
library1.8.0vcpkgunverified

High-quality QR Code generator library in C++

vcpkg install nayuki-qr-code-generator
INSTALL
IMPORT
SIG · NAYUKI-QR-CODE-GEN
N
nayuki-qr-code-generator
utilitycppv1.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

qrcodegen.hpp
#include <qrcodegen.hpp>

Generate a QR code from text and output as SVG

#include "qrcodegen.hpp" #include <iostream> #include <string> int main() { const std::string text = "Hello, world!"; const auto qr = qrcodegen::QrCode::encodeText(text.c_str(), qrcodegen::QrCode::Ecc::MEDIUM); std::cout << qr.toSvgString(4) << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

nayuki-qr-code-generator — pip install nayuki-qr-code-generator · libregistry