-
I'm unable to compile on Windows 10 & Ubuntu 14.04 — on both systems I get this error on compilation:
```console
# windows
> nim c examples/toy.nim
error: ..\res\resources.o: No such file …
-
Hi,
In order to develop an app using Nim and Nigui on Mac, I can install gtk+3 via homebrew (which seems to work), but what about distributing the app later.
I would rather not ask the users to …
-
All the examples use global vars to maintain state across controls.
But this doesn't scale well or work well with large apps.
Is is possible to subclass? I've tried:
```nim
type
CustomControl…
-
I do something like this:
```nim
# setup for queryButton
var queryButton = newButton(" Run Query ")
queryButton.fontSize = 18
queryButton.textColor = rgb(30,144,255) # color ok
queryButton.b…
qqtop updated
2 years ago
-
Nigui updated
2 years ago
-
It looks like if I want bold or italics its not ready yet since there is no style option that I can see. But maybe it would not be hard for me to add that option? I hope.
-
Peut-être pas utile pour l'instant mais la PWA permettrai d'avoir un accès rapide aux utilisateurs mobiles sous forme d'une icône comme une application.
-
When I tried to compile `example_01_basic_app.nim` , it gave me runtime error
```
platform_impl.nim(373) init
platform_impl.nim(173) pEnableVisualStyles
platform_impl.nim(32) pRaiseLastOS…
-
Is there a way to make windows with fixed sizes or ratios?
-
"A good cross platform graphics library and a UI library built on top of it but I’m intending to start working on these in the future as open source projects (based on OpenGL)."
(From Nim community s…