guile-pstk

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 570e78da7531dd775252f1cf611888311f699ea7
parent 8854bdc999383e3531167f7c0560e84ce070afd3
Author: KikyTokamuro <kiky.tokamuro@yandex.ru>
Date:   Mon,  7 Mar 2022 22:45:12 +0300

Added examples screenshots to readme

Diffstat:
MREADME.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -8,6 +8,15 @@ PS/TK version (http://mirror.informatimago.com/scheme/www.t3x.org/pstk/index.htm (use-modules (pstk)) ``` +### Examples +| Source | Screenshot | +| --- | --- | +| [hello.scm](./examples/hello.scm) | ![hello](./images/hello.png) | +| [hello-color.scm](./examples/hello-color.scm) | ![hello-color](./images/hello-color.png) | +| [themes.scm](./examples/themes.scm) | ![themes](./images/themes.png) | +| [ttt.scm](./examples/ttt.scm) | ![ttt](./images/ttt.png) | +| [weather](./examples/weather.scm) | ![weather](./images/weather.png) | + ### Tested on ``` GNU Guile 3.0.1