diff options
| author | trustable-code <krauter.simon@arcor.de> | 2017-07-02 22:46:39 +0200 |
|---|---|---|
| committer | trustable-code <krauter.simon@arcor.de> | 2017-07-02 22:46:39 +0200 |
| commit | f827a1ac3e3095aec40ca7c270e154bda45c2bf4 (patch) | |
| tree | 9d1399ef3de5f9f7aca091123c3671b8881b0304 | |
| parent | 59aa41ad707a814ea7145248c52f6f16b1c895d3 (diff) | |
| download | NiGui-f827a1ac3e3095aec40ca7c270e154bda45c2bf4.tar.gz NiGui-f827a1ac3e3095aec40ca7c270e154bda45c2bf4.zip | |
update readme
| -rwxr-xr-x | readme.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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
|
