-
Hello,
The instructions say to run "go build -o shonkr main.go controller.go texture.go", but I don't see a texture.go?
Thanks,
-MH
-
bodge-nuklear does not load on my computer with the latest Mac OS, SBCL, CCL, Quicklisp & org.borodust.bodge dist, and with Mac OS X 10.11 on another computer. It loads without any problems on Arch Li…
-
So I am using a chart with many lines in it.
Now I want to label the colours, and also give them a toggle.
![image](https://user-images.githubusercontent.com/455280/58919923-cc507080-86e4-11e9-8fc…
stolk updated
5 years ago
-
i want to make a 9 sliced Button in nuklear but i don't know where to start and pointers would be very helpful
-
```BASH
$ go version
go version go1.11.2 windows/amd64
$ go install github.com/golang-ui/nuklear/nk
# github.com/golang-ui/nuklear/nk
..\..\go\src\github.com\golang-ui\nuklear\nk\impl_glfw_gl3.…
-
Hi Mateusz,
I would like to compile demo but I can't. So, my attempts:
```
$ git clone git@github.com:Timu5/bindbc-nuklear.git
$ cd bindbc-nuklear/c
$ mkdir build
$ cd build
$ cmake -S ../ .
…
-
Should be using the same menu items found in Android and the other interfaces.
-
Continue of https://github.com/rust-lang-nursery/embedded-wg/issues/22#issuecomment-385438053.
This is assorted thought, to discuss general library improvements, prior to create separate issues. At…
-
I have a nk_text_edit used for storing logs. So I am manually appending strings to it via nk_str_append_str_char.
Problem: On insertion, the windows/scroll bar does not automatically go to end o…
-
this file:
nuklear-master\demo\sfml_opengl3\main.cpp
basically doesn't compile at the moment because there are 2 garbage lines in the source file. If you delete these out, the program compiles and …