Implement sierpinski-triangle example

This commit is contained in:
xkenmon 2021-12-05 20:03:07 +08:00 committed by Héctor Ramón Jiménez
parent 7420ea7a6b
commit 79d045cfe1
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
5 changed files with 221 additions and 0 deletions

View file

@ -100,6 +100,7 @@ A bunch of simpler examples exist:
- [`pokedex`](pokedex), an application that displays a random Pokédex entry (sprite included!) by using the [PokéAPI].
- [`progress_bar`](progress_bar), a simple progress bar that can be filled by using a slider.
- [`scrollable`](scrollable), a showcase of the various scrollbar width options.
- [`sierpinski_triangle`](sierpinski_triangle), a [sierpiński triangle](https://en.wikipedia.org/wiki/Sierpi%C5%84ski_triangle) Emulator, use `Canvas` and `Slider`.
- [`solar_system`](solar_system), an animated solar system drawn using the `Canvas` widget and showcasing how to compose different transforms.
- [`stopwatch`](stopwatch), a watch with start/stop and reset buttons showcasing how to listen to time.
- [`svg`](svg), an application that renders the [Ghostscript Tiger] by leveraging the `Svg` widget.