summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Krauter <trustablecode@gmail.com>2019-12-26 12:58:24 +0100
committerGitHub <noreply@github.com>2019-12-26 12:58:24 +0100
commitea598cc77cc7340024990219da2a26b7e34f3e2c (patch)
tree767aa97c7be1e19fbba3fb20d00516af0a92553a
parentee749d2de2c155386d6affe8dffb2e56aab9ae82 (diff)
downloadNiGui-ea598cc77cc7340024990219da2a26b7e34f3e2c.tar.gz
NiGui-ea598cc77cc7340024990219da2a26b7e34f3e2c.zip
Add screenshots to the readme
Fixes #81
-rwxr-xr-xreadme.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 4af2898..ee90171 100755
--- a/readme.md
+++ b/readme.md
@@ -22,6 +22,12 @@ NiGui has it's own layout manager for automatic resizing and positioning of cont
The NiGui source code has no dependencies except Nim's standard library. Platform bindings are included.<br>
Generated binaries (exe files) include NiGui and do not need external libraries.
+Screenshots
+-------------
+
+Example program with native controls running under Windows 10 and Xubuntu:
+<a href="https://github.com/trustable-code/NiGui/blob/master/screenshots.png"><img src="https://raw.githubusercontent.com/trustable-code/NiGui/master/screenshots.png" width="600"></a>
+
Current state
-------------
NiGui is currently work in progress. Very basic things work, many things are missing.