| Crates.io | iced_glow |
| lib.rs | iced_glow |
| version | 0.8.0 |
| created_at | 2020-05-21 17:16:59.749582+00 |
| updated_at | 2023-04-13 06:33:07.61214+00 |
| description | A glow renderer for iced |
| homepage | |
| repository | https://github.com/iced-rs/iced |
| max_upload_size | |
| id | 244218 |
| size | 90,812 |
iced_glowiced_glow is a glow renderer for iced_native. This renderer supports OpenGL 3.0+ and OpenGL ES 2.0.
This renderer is mostly used as a fallback for hardware that doesn't support wgpu (Vulkan, Metal or DX12).
Currently, iced_glow supports the following primitives:
glow_glyph. No shaping at all.
Add iced_glow as a dependency in your Cargo.toml:
iced_glow = "0.8"
Iced moves fast and the master branch can contain breaking changes! If
you want to learn about a specific release, check out the release list.
The current implementation is quite naive, it uses:
Clip primitive will generate new layersglyph_brush limitation)Some of these issues are already being worked on! If you want to help, get in touch!