-
Maintain class data when drug off screen.
-
I have a program that works fine until I try to add a GUI.
```
helpText = New!TextLine(aFontDroidSans14.font, helpTextGeneral, assetManager);
helpText.color = Color4f(1.0, 0.2, 0.6, 1.0);
auto e…
-
Hi, im new in c, but realy enjoyed nuklear ui.
Im make ui using gdip demo, but my app contains to many huge arrays and it does not compile in x86 mode.
How can I compile in x64 this using the gdip? …
ghost updated
5 years ago
-
Add scroll bars to window (Horizontal & Vertical)
-
A JUCEUI has already been written, but since it's unlikely that any project will support it any time soon, should implement native UIs for all platforms.
Nuklear + pugl could be a simple combinatio…
-
how to use nuklear to display the gui? should i use c code or java code?
-
There's a few broken links since moving to Immediate-Mode-UI. These include the build system which still tries to build the old repo.
-
Had a conversation last night with leiradel and we concluded the current approach won't scale.
The conversation:
http://hastebin.com/odocajumog.xml
So, monolithic download pros:
- single download, sh…
-
Hi, this is a great library - fast, easy to use UI with customisable skinning really opens up possibilities. I was wondering if it might be possible to provide an example using bgfx in order to levera…
-
There is not information about python version.
When I tested using Python 3.8, this package didn't installed.
Is it worked Only Python 3.6?