-
I have complete success using the font baker in a clean-startup/complete-shutdown sort of fashion. However, I'm trying to optimise a little. The docs say that cleanup() is if you don't want to use the…
-
If the selected color is any shade of gray, i. e. all three RGB channels have the same value, the color picker widget requires you to first change the saturation in the main area of the picker before …
-
The base framework can probably be compiled to ndk and iOS as a shared lib.
Then go can be be compiled against it.
Or the traditional root of using gomonile but I think it will be too limiting.
…
ghost updated
5 years ago
-
Hi!
I've had some success automatically generating bindings to the CPython API. A common mistake I'm making though in using the generated bindings is forgetting to append a null character to strin…
-
Here's the CMakeList.txt
```
cmake_minimum_required(VERSION 3.12)
project(StudentManagementSystem C)
include_directories(D:\\WorkPlace\\C\\nuklear)
include_directories(D:\\WorkPlace\\C\\nuklear…
-
It looks like file_browser_init in `filebrowser.c` fails to copy the `home` string into `browser->directory` before calling `dir_list` but only has this problem on WIN32.
-
Hey folks,
I hope you don't mind but I've created a new tag on StackOverflow for Nuklear related questions: https://stackoverflow.com/questions/tagged/nuklear. And here is the info page: https://st…
-
Hi,
**Update**
> V UI has been released, V itself is used for declarations.
I'm working on declarative UI right now.
Which approach do you think is the best: Swift/Dart (using the same lan…
-
I've tried to read all available materials (including parts of the VM implementation and Spry modules sources, all your articles about Spry on http://goran.krampe.se/category/spry/ etc.) and have many…
-
Using the X11 backend with XFT fonts from `demo/x11_xft`, when you resize the window the font disappear. This happen because we are creating a new drawable surface for the resized window, but we are n…