Skip to content

v2.0.0

Compare
Choose a tag to compare
@g0dkar g0dkar released this 02 Feb 20:04
· 154 commits to main since this release
9d2d8ed

New Version!

A complete overhaul of the whole Rendering part in order to make it more extensible and thus compatible with other drawing libraries other than Java AWT.

That should fix #2 by allowing users to extend QRCodeCanvas and implement their own implementation of how to draw QRCodes. Please, either look at the new examples or BufferedImageCanvas to see how to build your own.

As of the time of writing, I'm working on a qrcode-kotlin-android project which is just an Android Library that has this one as a dependency and implements a QRCodeCanvas using Android's Bitmap class :)