diff options
author | 2020-04-29 08:25:42 +0200 | |
---|---|---|
committer | 2020-04-29 08:25:42 +0200 | |
commit | 70f86f998b6db102d5b77f756750414efd53aa9e (patch) | |
tree | f3771264767d2c3f87c098ac41b35b113116ce6b /examples/game_of_life/README.md | |
parent | afa0bca4fd1a5499fd24549eb49a44f9837597c6 (diff) | |
download | iced-70f86f998b6db102d5b77f756750414efd53aa9e.tar.gz iced-70f86f998b6db102d5b77f756750414efd53aa9e.tar.bz2 iced-70f86f998b6db102d5b77f756750414efd53aa9e.zip |
Add `game_of_life` example
RIP John Conway
Diffstat (limited to 'examples/game_of_life/README.md')
-rw-r--r-- | examples/game_of_life/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/game_of_life/README.md b/examples/game_of_life/README.md new file mode 100644 index 00000000..ebbb12cc --- /dev/null +++ b/examples/game_of_life/README.md @@ -0,0 +1,18 @@ +## Bézier tool + +A Paint-like tool for drawing Bézier curves using the `Canvas` widget. + +The __[`main`]__ file contains all the code of the example. + +<div align="center"> + <a href="https://gfycat.com/soulfulinfiniteantbear"> + <img src="https://thumbs.gfycat.com/SoulfulInfiniteAntbear-small.gif"> + </a> +</div> + +You can run it with `cargo run`: +``` +cargo run --package bezier_tool +``` + +[`main`]: src/main.rs |