Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/v0l/egui-qr

Simple QR code painter for egui
https://github.com/v0l/egui-qr

egui qrcode rust

Last synced: 11 days ago
JSON representation

Simple QR code painter for egui

Awesome Lists containing this project

README

        

# egui-qr

Simple egui painter that renders QR Codes

## Example

```rust
QrCodeWidget::from_data(b"https://google.com")?
.ui(ui);
```