Skip to content
/ zbar Public

ZBar is an open source library that will let your Marmalade app scan QR codes

License

Notifications You must be signed in to change notification settings

marmalade/zbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZBAR BAR CODE READER FOR MARMALADE

ZBar, adapated to Marmalade build system by Morningstar Enterprises Inc.

Only supports QR code functionality. Tested and used in production apps.

License: GNU Lesser General Public License, version 2.1

HOW TO USE

Add the following to the MKB file for your project:

options 
{
	#Adjust path as necessary:
	module_path="../zbar-marmalade" 
}

subprojects
{
	zbar
}

Then, in your project source files, simply add #include "zbar.h" and use zbar according to the API documentation. Note that only the C API will be available, not the C++ API.

Examples of use:

SUPPORT

Contact GitHub user bradenmacdonald if you have any questions, problems, suggestions, or requests.

About

ZBar is an open source library that will let your Marmalade app scan QR codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published