From 79d045cfe1c22cda9cfa6a359322360b0ca97cd8 Mon Sep 17 00:00:00 2001 From: xkenmon Date: Sun, 5 Dec 2021 20:03:07 +0800 Subject: Implement sierpinski-triangle example --- examples/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/README.md') 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. -- cgit