Coder Social home page Coder Social logo

qrcodegenerator's Introduction


Markdown Badge GitHub Badge Email Badge

Note

This project builds upon the foundations of the following GitHub projects:

GitHub Badge
GitHub Badge

Created for educational purposes, this project serves as a library designed to generate QR codes and export them in specified design styles to .svg files.

The repository is based on the nayuki/QR-Code-generator project, encompassing two libraries and a single demo .cpp file. The 'lib_qrcodegen' directory contains the original, unmodified files from the nayuki project, while the 'lib_svggen' directory introduces a newly designed library for exporting QR code objects to SVG files, enabling users to define their own styles.


Tip

Wymagania


Tip

Pobieranie i budowanie


Tip

Example

Note

This all examples may be found in QrCodeGeneratorDemo.cpp. They are genereted using demo fucntion called: doMarkdownExamples()



// CIS-CIE-CIE-4-1		
st.bodystyle     = SvgData::body::CIRCLES;
st.eyeballstyle  = SvgData::eyeball::CIRCLE;
st.eyeframestyle = SvgData::eyeframe::CIRCLE;
sc.background = "AAFF00";
sc.body = "011620";
sc.eyeball = "1010FF";
sc.eyeframe = "0116AA";
cornerradius = 4;
border = 1;	

// SQU-CIE-CIS-4-2
st.bodystyle     = SvgData::body::SQUARE;
st.eyeballstyle  = SvgData::eyeball::CIRCLE;
st.eyeframestyle = SvgData::eyeframe::CIRCLES;
sc.background = "ffee00";
sc.body = "bc0068";
sc.eyeball = "bc0068";
sc.eyeframe = "fb00ff";
cornerradius = 4;
border = 2;	

// ROD-CIR-ROD-4-2
st.bodystyle     = SvgData::body::ROUNDED;
st.eyeballstyle  = SvgData::eyeball::ROUNDED;
st.eyeframestyle = SvgData::eyeframe::ROUNDED;
sc.background = "270065";
sc.body = "d4ff00";
sc.eyeball = "ff0000";
sc.eyeframe = "ff0000";
cornerradius = 4;
border = 2;	



Note

This project is built upon the foundations of the following GitHub projects:

GitHub Badge
GitHub Badge

qrcodegenerator's People

Contributors

bajraan avatar

Watchers

 avatar

qrcodegenerator's Issues

[makefile] Can't build project.

When building the project on a Windows system, the following error is encountered:

if not exist "./obj" mkdir ./obj
The syntax of the command is incorrect.
make: *** [obj/qrcodegen.o] Error 1

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.