GUI Zoo (slint)
The widget reference rendered through truce-slint. Mirrors the
built-in gui-zoo's param set, with the UI defined in
a declarative .slint markup file rather than Rust code.
Source: crates/truce-slint/examples/truce-example-gui-zoo-slint/.
#What it demonstrates
- Slint markup composition for laying out the same widget set
- Build-time
.slintcompilation viabuild.rs+truce-slint-build
Lives in the truce-slint Cargo sub-workspace - see the slint
integration guide.