Skip to content

Commit

Permalink
try smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
kimonp committed Dec 28, 2023
1 parent ace608a commit 10545c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ adapted from the [rust wasm tutorial](https://rustwasm.github.io/docs/book/game-
While the code from the original tutorial is about 50% Rust, 50% JavaScript, with the Dioxus framework the code is 100% Rust.

![Game of Life Image](./game_of_life.png)
<img src="game_of_life.png" alt="Game of Life" height="547" width="854">
<img src="game_of_life.png" alt="Game of Life" width="961" height="1233">
<img src="game_of_life.png" alt="Game of Life" width="240" height="308">

## Demonstrates
* A Dioxus web app written completely in Rust.
Expand Down

0 comments on commit 10545c9

Please sign in to comment.