summaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-05-04 23:30:51 +0200
committerLibravatar GitHub <noreply@github.com>2020-05-04 23:30:51 +0200
commit27aad74a32fd8ac2b12f9d32df8a3b61a3175457 (patch)
tree53b006723ea1bfc98154f981608c6718dc8d1da2 /examples/README.md
parente0aa89cee764eebb1cb06f0b0653f82b337620ea (diff)
parentc0fd5de8a0dbb1b99de8c83e4f84c98a6219778b (diff)
downloadiced-27aad74a32fd8ac2b12f9d32df8a3b61a3175457.tar.gz
iced-27aad74a32fd8ac2b12f9d32df8a3b61a3175457.tar.bz2
iced-27aad74a32fd8ac2b12f9d32df8a3b61a3175457.zip
Merge pull request #200 from clarkmoody/color-enhancements
Color Enhancements
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index 5aea51eb..f67a0dd2 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -71,6 +71,7 @@ A bunch of simpler examples exist:
- [`bezier_tool`](bezier_tool), a Paint-like tool for drawing Bézier curves using [`lyon`].
- [`clock`](clock), an application that uses the `Canvas` widget to draw a clock and its hands to display the current time.
+- [`color_palette`](color_palette), a color palette generator based on a user-defined root color.
- [`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.
- [`download_progress`](download_progress), a basic application that asynchronously downloads a dummy file of 100 MB and tracks the download progress.