slint/examples/plotter
2025-06-26 13:30:43 +00:00
..
Cargo.toml Bump version number to 1.13.0 2025-06-26 13:30:43 +00:00
index.html Winit initial size adjustments and wasm size fixes 2023-10-24 15:28:18 +02:00
main.rs Deprecate exporting the last import if there is no other exported component 2024-07-03 13:34:08 +02:00
plotter.slint cleanup examples according to upcoming code guidelines (#3809) 2023-11-02 11:04:40 +01:00
README.md examples: Fix links in READMEs 2024-09-14 14:44:41 +02:00
wasm_backend.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00

plotter

A Rust-only example that shows how to use the Rust plotters crate to do plot a graph and integrate the result into Slint.

.slint Design Rust Source Online wasm Preview
plotter.slint main.rs Online simulation

Screenshot of the plotter example