Crates.io | smol_egui_skia |
lib.rs | smol_egui_skia |
version | 0.3.0 |
source | src |
created_at | 2024-05-05 20:39:53.183116 |
updated_at | 2024-10-17 15:57:39.902413 |
description | smol_egui_skia is a skia integration for the egui ui library. It differs from the egui_skia library in that it is NOT intended to allow you to create _ui applications_ that render egui UIs with skia, rather just render images using egui as layout engine. |
homepage | |
repository | https://github.com/lily-mara/smol_egui_skia |
max_upload_size | |
id | 1230524 |
size | 122,313 |
This is a drawing backend for egui that uses skia-safe. This library is NOT intended to enable interactive UI applications, it is only intended to allow for the creation of raster images using egui as layout engine. It is a fork of egui_skia, which is a full-featured interactive UI library.
cargo run --example rasterize --features cpu_fix
Rendering on the gpu works great, only the dancing strings example doesn't work for some reason.
For rendering on the cpu to look correct, the cpu_fix feature needs to be enabled. See https://github.com/lucasmerlin/egui_skia/issues/1 for more information.