From f827a1ac3e3095aec40ca7c270e154bda45c2bf4 Mon Sep 17 00:00:00 2001 From: trustable-code Date: Sun, 2 Jul 2017 22:46:39 +0200 Subject: update readme --- readme.md | 13 +++++++++++-- 1 file 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.
+NiGui is a cross-platform, desktop GUI toolkit written in [Nim](https://nim-lang.org/).
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:"/src/common" --path:"/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 -- cgit v1.2.3