Update README of game_of_life example

This commit is contained in:
Héctor Ramón Jiménez 2020-04-30 08:59:47 +02:00
parent 98bc8cf2a7
commit 005ad6215a

View File

@ -1,18 +1,19 @@
## Bézier tool ## Game of Life
A Paint-like tool for drawing Bézier curves using the `Canvas` widget. An interactive version of the Game of Life, invented by John Conway, implemented
on top of a `Canvas` widget and other controls.
The __[`main`]__ file contains all the code of the example. The __[`main`]__ file contains the relevant code of the example.
<div align="center"> <div align="center">
<a href="https://gfycat.com/soulfulinfiniteantbear"> <a href="https://gfycat.com/regalspiritedjaguarundi">
<img src="https://thumbs.gfycat.com/SoulfulInfiniteAntbear-small.gif"> <img src="https://thumbs.gfycat.com/RegalSpiritedJaguarundi-size_restricted.gif">
</a> </a>
</div> </div>
You can run it with `cargo run`: You can run it with `cargo run`:
``` ```
cargo run --package bezier_tool cargo run --package game_of_life
``` ```
[`main`]: src/main.rs [`main`]: src/main.rs