diff options
author | 2020-05-04 23:35:09 +0200 | |
---|---|---|
committer | 2020-05-04 23:35:09 +0200 | |
commit | 67b2ccb4d5ae19d7c325f973b51fb02db03c853c (patch) | |
tree | de0c3fc4ad546403cf68b1dfb0a50db94e9f3197 /examples/README.md | |
parent | 2f41ccee1c7b52f872d68d2e5ebd68ea49a1559b (diff) | |
parent | 27aad74a32fd8ac2b12f9d32df8a3b61a3175457 (diff) | |
download | iced-67b2ccb4d5ae19d7c325f973b51fb02db03c853c.tar.gz iced-67b2ccb4d5ae19d7c325f973b51fb02db03c853c.tar.bz2 iced-67b2ccb4d5ae19d7c325f973b51fb02db03c853c.zip |
Merge branch 'master' into feature/canvas-interaction
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 5d880d71..7e7bda9d 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 the `Canvas` widget. - [`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. |