Port bezier_tool example to use Canvas

This commit is contained in:
Héctor Ramón Jiménez 2020-04-28 03:47:41 +02:00
parent e4eb0553de
commit fd1ceac363
4 changed files with 150 additions and 299 deletions

View file

@ -69,7 +69,7 @@ cargo run --package styling
## Extras
A bunch of simpler examples exist:
- [`bezier_tool`](bezier_tool), a Paint-like tool for drawing Bézier curves using [`lyon`].
- [`bezier_tool`](bezier_tool), a Paint-like tool for drawing Bézier curves using the `Canvas` widget.
- [`clock`](clock), an application that uses the `Canvas` widget to draw a clock and its hands to display the current time.
- [`counter`](counter), the classic counter example explained in the [`README`](../README.md).
- [`custom_widget`](custom_widget), a demonstration of how to build a custom widget that draws a circle.