iced-yoda/examples/geometry
Héctor Ramón Jiménez 31bc6d48cd
Make Widget::layout and operate mutable
... and bless `responsive`!
2025-08-20 22:42:15 +02:00
..
src Make Widget::layout and operate mutable 2025-08-20 22:42:15 +02:00
Cargo.toml Update all examples to Rust 2024 2025-02-21 01:37:14 +01:00
README.md Host GIFs and video examples in iced.rs 2023-09-07 05:05:43 +02:00

Geometry

A custom widget showcasing how to draw geometry with the Mesh2D primitive in iced_wgpu.

The main file contains all the code of the example.

You can run it with cargo run:

cargo run --package geometry