Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marchof/com.mountainminds.kuhr
KuhR - Vector QR Code Generator 🐄
https://github.com/marchof/com.mountainminds.kuhr
java qr-code svg vector-graphics
Last synced: about 2 months ago
JSON representation
KuhR - Vector QR Code Generator 🐄
- Host: GitHub
- URL: https://github.com/marchof/com.mountainminds.kuhr
- Owner: marchof
- License: mit
- Created: 2021-05-16T18:37:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T19:56:32.000Z (7 months ago)
- Last Synced: 2024-05-22T20:54:57.994Z (7 months ago)
- Topics: java, qr-code, svg, vector-graphics
- Language: Java
- Homepage:
- Size: 313 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![KuhR](examples/logo.svg)
# KuhR - Vector QR Code Generator
Java snippets to create QR codes in customizable designs as SVGs using the
following libraries:* JDK's Java 2D APIs to create, combine and adjust vector graphics
* JDK's XML and Java 2D to parse simple SVG files into shapes
* [JFreeSVG](https://www.jfree.org/jfreesvg/) to write Java 2D shapes to SVG
* [ZXing](https://github.com/zxing/zxing) for QR code generationThis code is for my personal usage and not released as a library. You may simply
clone or copy it.## Example 1
![Example 1](examples/qr1.svg)
## Example 2
![Example 2](examples/qr2.svg)
## Example 3
![Example 3](examples/qr3.svg)
## Example 4
![Example 4](examples/qr4.svg)
## Example 5
![Example 5](examples/qr5.svg)