slint/examples/imagefilter
David Faure 29e289fbdf Move the workspace to rust edition 2024
Motivation: the git pre-commit hook is confused by the mix of 2021 and
2024 in the same workspace...

The only problem this raises is the std::env::set_var("LANGUAGE", lang) in
demos/printerdemo/rust/lib.rs, pre-existing but now explicitly marked as unsafe
because it actually is. Added a TODO there.
2025-12-09 12:11:04 +01:00
..
assets added image-filter example typescript port (#3907) 2023-11-13 15:42:37 +01:00
node Bump version number to 1.15.0 2025-10-24 14:28:17 +00:00
rust Move the workspace to rust edition 2024 2025-12-09 12:11:04 +01:00
ui added image-filter example typescript port (#3907) 2023-11-13 15:42:37 +01:00
README.md Remove license header from .md/.mdx files 2025-12-04 21:58:09 +01:00

imagefilter

A Rust-only example that shows how to use the Rust image crate to do image manipulations and feed the result into Slint.

.slint Design Rust Source TypeScript Source Online wasm Preview
main.slint main.rs main.ts Online simulation

Screenshot of the imagefilter example