iced/examples/sierpinski_triangle
Héctor Ramón Jiménez f468e25d0c
Use workspace dependencies and package inheritance
We are also taking this as a chance to synchronize
the versions of all the crates! Because of this, we
will skip the `0.11` version.
2023-09-04 13:08:17 +02:00
..
src Take Rectangle by value in Cursor API 2023-06-08 20:16:46 +02:00
Cargo.toml Use workspace dependencies and package inheritance 2023-09-04 13:08:17 +02:00
README.md Implement sierpinski-triangle example 2022-09-23 17:41:34 +02:00

Sierpinski Triangle Emulator

A simple Sierpiński triangle Emulator, use canvas and slider.

Left-click add fixed point, right-click remove fixed point.

You can run with cargo:

cargo run --package sierpinski_triangle