Skip to content

QRCode widget#622

Merged
hecrj merged 2 commits into
masterfrom
feature/qr_code-widget
Nov 20, 2020
Merged

QRCode widget#622
hecrj merged 2 commits into
masterfrom
feature/qr_code-widget

Conversation

@hecrj
Copy link
Copy Markdown
Member

@hecrj hecrj commented Nov 20, 2020

This PR implements a new QRCode widget in iced_graphics, powered by the qrcode crate.

Internally, the QRCode widget relies on the canvas module for drawing and caching primitives. It should be available in both renderers: iced_wgpu and iced_glow. In order to use it, the new qr_code feature needs to be enabled.

Finally, I have implemented a new example to showcase the widget: a simple QR code generator.

@hecrj hecrj added the feature New feature or request label Nov 20, 2020
@hecrj hecrj added this to the 0.2.0 milestone Nov 20, 2020
@hecrj hecrj self-assigned this Nov 20, 2020
@hecrj hecrj merged commit ea1a724 into master Nov 20, 2020
@hecrj hecrj deleted the feature/qr_code-widget branch November 20, 2020 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant