summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrustable-code <krauter.simon@arcor.de>2017-07-02 22:46:39 +0200
committertrustable-code <krauter.simon@arcor.de>2017-07-02 22:46:39 +0200
commitf827a1ac3e3095aec40ca7c270e154bda45c2bf4 (patch)
tree9d1399ef3de5f9f7aca091123c3671b8881b0304
parent59aa41ad707a814ea7145248c52f6f16b1c895d3 (diff)
downloadNiGui-f827a1ac3e3095aec40ca7c270e154bda45c2bf4.tar.gz
NiGui-f827a1ac3e3095aec40ca7c270e154bda45c2bf4.zip
update readme
-rwxr-xr-xreadme.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index bcfe1c5..378212a 100755
--- a/readme.md
+++ b/readme.md
@@ -1,7 +1,7 @@
NiGui
=====
-NiGui is a cross-platform, desktop GUI toolkit written in Nim.<br>
+NiGui is a cross-platform, desktop GUI toolkit written in [Nim](https://nim-lang.org/).<br>
NiGui provides an easy way to develop applications in Nim with a full-featured graphical user interface.
Target platforms:
@@ -59,11 +59,20 @@ For Windows:
--path:"<path_to_nigui>/src/common"
--path:"<path_to_nigui>/src/windows"
```
+
+To disable the command line window under Windows, add the follwing line to your Nim configuration:
+```
+--app:gui
+```
3. Try the included example programs
+Show cases
+----------
+* [NiCalc](https://github.com/trustable-code/NiCalc) - Simple calculator
+
Contributing
------------
+------------
You can help to improve NiGui by:
* Trying to use it and giving feedback
* Test the programs under different Windows versions or Linux distributions