Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QRCode widget #622

Merged
merged 2 commits into from
Nov 20, 2020
Merged

QRCode widget #622

merged 2 commits into from
Nov 20, 2020

Conversation

hecrj
Copy link
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