Skip to content

Commit

Permalink
docs(examples): update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 28, 2023
1 parent 37c6b29 commit bf9fe39
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ in touch via PR, issue tracker, email or twitter!
| 050 | <img src="../assets/examples/kmeans-viz.jpg" width="240"/> | [kmeans-viz](./kmeans-viz/) | k-means clustering visualization |
| 051 | | [login-form](./login-form/) | Basic SPA example with atom-based UI router |
| 052 | <img src="../assets/examples/mandelbrot.jpg" width="240"/> | [mandelbrot](./mandelbrot/) | Worker based, interactive Mandelbrot visualization |
| 053 | <img src="../assets/examples/markdown-parser.jpg" width="240"/> | [markdown](./markdown/) | Minimal Markdown to Hiccup to HTML parser / transformer |
| 053 | <img src="../assets/examples/markdown-parser.jpg" width="240"/> | [markdown](./markdown/) | Markdown to Hiccup to HTML parser / transformer |
| 054 | | [multitouch](./multitouch/) | Basic rstream-gestures multi-touch demo |
| 055 | <img src="../assets/examples/package-stats.png" width="240"/> | [package-stats](./package-stats/) | CLI util to visualize umbrella pkg stats |
| 056 | <img src="../assets/examples/parse-playground.png" width="240"/> | [parse-playground](./parse-playground/) | Parser grammar livecoding editor/playground & codegen |
Expand Down
2 changes: 1 addition & 1 deletion examples/zig-canvas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Additionally, this example requires Zig & Binaryen installed (and on the

Download from here (or via package managers, e.g. homebrew):

- [Zig](https://ziglang.org/download/) (tested w/ >= 0.10.0-dev.4213+91b05ad47)
- [Zig](https://ziglang.org/download/) (tested w/ >= 0.11.0-dev.1817 or later)
- [Binaryen](https://github.com/WebAssembly/binaryen)

## Authors
Expand Down
2 changes: 1 addition & 1 deletion examples/zig-cellular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Additionally, this example requires Zig & Binaryen installed (and on the

Download from here (or via package managers, e.g. homebrew):

- [Zig](https://ziglang.org/download/) (tested w/ >= 0.10.0-dev.4213+91b05ad47)
- [Zig](https://ziglang.org/download/) (tested w/ >= 0.11.0-dev.1817 or later)
- [Binaryen](https://github.com/WebAssembly/binaryen)

## Authors
Expand Down
8 changes: 8 additions & 0 deletions examples/zig-counter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki.

Additionally, this example requires Zig & Binaryen installed (and on the
`$PATH`) for building the WebAssembly binary.

Download from here (or via package managers, e.g. homebrew):

- [Zig](https://ziglang.org/download/) (tested w/ >= 0.11.0-dev.1817 or later)
- [Binaryen](https://github.com/WebAssembly/binaryen)

## Authors

- Karsten Schmidt
Expand Down
8 changes: 8 additions & 0 deletions examples/zig-todo-list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki.

Additionally, this example requires Zig & Binaryen installed (and on the
`$PATH`) for building the WebAssembly binary.

Download from here (or via package managers, e.g. homebrew):

- [Zig](https://ziglang.org/download/) (tested w/ >= 0.11.0-dev.1817 or later)
- [Binaryen](https://github.com/WebAssembly/binaryen)

## Authors

- Karsten Schmidt
Expand Down

0 comments on commit bf9fe39

Please sign in to comment.