diff options
| author | faiface <faiface2202@gmail.com> | 2019-05-06 18:51:16 +0200 |
|---|---|---|
| committer | faiface <faiface2202@gmail.com> | 2019-05-06 18:51:16 +0200 |
| commit | bc919aeb4a337d828adda6b78c7b4cc7d6856c18 (patch) | |
| tree | ac4a0fbc7b042d17ccb5e386ea00f502f517eb21 /README.md | |
| parent | a7facb98cd89f3e68a931b49a62789bdaecb6b5c (diff) | |
| download | gui-bc919aeb4a337d828adda6b78c7b4cc7d6856c18.zip | |
README: add examples section
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -26,6 +26,12 @@ This has several advantages: - Enables decentralized design - since elements communicate via channels, multiple communications may be going on at once, without any central entity. +## Examples + +| [Image Viewer](examples/imageviewer) | [Paint](examples/pain) | [Pexeso](examples/pexeso) | +| --- | --- | --- | +|  |  |  | + ## What needs getting done? This package is solid, but not complete. Here are some of the things that I'd love to get done with your help: |