diff options
author | 2021-12-05 20:03:07 +0800 | |
---|---|---|
committer | 2022-09-23 17:41:34 +0200 | |
commit | 79d045cfe1c22cda9cfa6a359322360b0ca97cd8 (patch) | |
tree | 4e42b44e980bcaf55591e6553429d959b8f1a696 /examples/README.md | |
parent | 7420ea7a6b80663cad178c1238c5b756232a087f (diff) | |
download | iced-79d045cfe1c22cda9cfa6a359322360b0ca97cd8.tar.gz iced-79d045cfe1c22cda9cfa6a359322360b0ca97cd8.tar.bz2 iced-79d045cfe1c22cda9cfa6a359322360b0ca97cd8.zip |
Implement sierpinski-triangle example
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md index 2b4919df..bb15dc2e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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. |