- Notifications
You must be signed in to change notification settings - Fork7
robotconscience/ofxQRCodeGenerator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A very lightweight wrapper for the libqrencode library (http://fukuchi.org/works/qrencode/index.html.en).I have included a 32-bit version of libqrencode for OSX.Andres Cartin:I added the possibility to use padding for the resulting image, as I figured out some QR code readers have problems when they don't see a white sillhouette.To use the ofxQRCodeGenerator on your project, you have to include libqrencode on your project's linked libraries, as well as add the following script after linking:
cp -f ../../../addons/ofxQRCodeGenerator/lib/osx/libqrencode.3.dylib "$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/libqrencode.3.dylib"; install_name_tool -change /usr/local/lib/libqrencode.3.dylib @executable_path/libqrencode.3.dylib "$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME";About
Very lightweight wrapper for libqrencode that allows you to generate QR Codes (as ofImages) from strings.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors3
Uh oh!
There was an error while loading.Please reload this page.