Is there a standard GUI Library on Board with NIM ?

2016-12-16 Thread Mennohexo
Hello again programmers , as a beginner i want to ask about the standard GUI Library UI that i have seen online. Is there a standard GUI Library on Board with the NIM language ? Is it enough for a beginner to write little GUIs without using a external library ? WBR Menno hexo

Need information about Tcl TK Gui Library - Toolkit FOR NIM !

2016-12-16 Thread Mennohexo
Hi fellows , how about TCL TK GUI for nim ? Are there any packages available ? Any informations about installation and configuration in Debian Linux ? For NIM !

How to get and install LIBUI for NIM ?

2016-12-16 Thread Mennohexo
Hi there , how to get the Libui GUI Library for NIM ? Are there installation points to aware of ?

Re: GUI programming

2016-12-16 Thread Mennohexo
One simple question , i have downloaded the Libui UI on Github as .zip package. Is there any point that i have to aware of with installing this library. Or do i only have to call this library from the unzipped folder in NIM code ? Libui is unzipped in /home/user/Libui/ WBR Menno hexo

Re: GTK 3.20 Nim wrapper

2016-12-16 Thread Stefan_Salewski
> But problem is still present: Yes, and the error message is very clear: expected are cint parameters for width and high, but you pass int. You should really try to get Dom's book, you may be the target audience. You may ask in the forum, maybe someone has a copy which he do not need any more.

Re: GTK 3.20 Nim wrapper

2016-12-16 Thread vlad1777d
Thank you. My intentions are to learn Nim and Gtk by rewriting chess from Python + Gtk into Nim + Gtk =) Now I try to build indie game with my friend and than want to pass it into Steam's Greenlight: [https://vk.com/open_oasis](https://vk.com/open_oasis) (it's it's blog in Russian, you can read

Re: unescape \n \r etc in string

2016-12-16 Thread cblake
Looking at the implementation of strutils.unescape, it seems to only interpret the xHH syntax that escape outputs. Of course, the compiler proper is often changing those raw/quoted string forms into special characters. So, maybe there is some other approach/trick that could work..sort of like an

Re: GTK 3.20 Nim wrapper

2016-12-16 Thread Stefan_Salewski
Sorry, can not remember what your true goal or intentions is or was. Seems your last post was one months ago... Generally I do regard communication by JPG screenshots a bit strange. But OK, for your first JPG the problem seems to be very obvious: You call a Nim proc which expect as last paramet