slint/examples/plotter
Nigel Breslaw 048c0eaf08
Update example readmes
Tidy up the main examples/README.md.
All the main examples now live in a table with a thumbnail and description.
Then each project has it's own README.md with more details.
2024-08-13 11:35:39 +02:00
..
Cargo.toml Bump version number to 1.7.2 2024-08-09 09:52:17 +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 Update example readmes 2024-08-13 11:35:39 +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