Implementation of embedded-graphics https://github.com/jamwaffles/embedded-graphics DrawTarget based on tiny-skia https://github.com/RazrFalcon/tiny-skia.
tiny-skia rasterizer for stet display lists — produces RGBA output from both PostScript and PDF input
Native GUI renderer powered by Iced
PostScript Level 3 interpreter and PDF rendering engine — library API
Desktop simulator Platform for the zest GUI framework via embedded-graphics-simulator + SDL2.
Native LaTeX math widget for Iced 0.14 — pure Rust, zero JS
iReal Pro chart renderer (SVG skeleton)
A simple plotter library
A small cross-platform native dialogs library.
Pure Rust-based GUI library
Servo-replacement runtime for Tauri: wires html-cat, css-cat, dom-cat, layout-cat, paint-cat, net-cat, boa-cat, ecma-runtime-cat, and web-api-cat into a single rendering + scripting pipeline. v3.13.0 closes redraw + relayout gaps in `WebviewState` mutations during the event loop: `SetWebviewBounds`, `SetWebviewSize`, `SetWebviewPosition`, `SetWebviewBackgroundColor`, and the `auto_resize` branch of `WinitWindowEvent::Resized` now all call `request_redraw_for_webview`, and the bounds/size paths additionally rebuild the layout viewport via a new `WebviewState::resize(viewport)` + `viewport_from_size(size, scale_factor)` pair so the new dimensions reach the display list, not just the stored bounds rect.
A cross-platform CSS-styled UI framework for Rust