From a7facb98cd89f3e68a931b49a62789bdaecb6b5c Mon Sep 17 00:00:00 2001 From: faiface Date: Mon, 6 May 2019 18:47:59 +0200 Subject: examples: add running instructions --- examples/imageviewer/README.md | 5 +++++ examples/paint/README.md | 4 ++++ examples/pexeso/README.md | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/examples/imageviewer/README.md b/examples/imageviewer/README.md index 45062c2..3fa6997 100644 --- a/examples/imageviewer/README.md +++ b/examples/imageviewer/README.md @@ -1,5 +1,10 @@ # Image Viewer +``` +$ go build +$ ./imageviewer +``` + This example is a proof of concept that it is actually possible to make real GUI apps with this package :). ![Screenshot](screenshot.png) diff --git a/examples/paint/README.md b/examples/paint/README.md index c02047d..2859433 100644 --- a/examples/paint/README.md +++ b/examples/paint/README.md @@ -1,5 +1,9 @@ # Paint +``` +$ go run main.go +``` + This is a simple paint program. Pick colors on the right, draw on the rest. ![Screenshot](screenshot.png) diff --git a/examples/pexeso/README.md b/examples/pexeso/README.md index 03288ba..c4f455a 100644 --- a/examples/pexeso/README.md +++ b/examples/pexeso/README.md @@ -1,5 +1,9 @@ # Pexeso +``` +$ go run main.go +``` + The [game of pairs](https://en.wikipedia.org/wiki/Concentration_(card_game)), also know as _concentration_, _match match_, or _pexeso_. This one has an extraordinarily beautiful concurrent solution. ![Screenshot](screenshot.png) -- cgit v1.2.3