-
It looks like on macOS and Web Assembly (but maybe other platforms as well) there are lots of integer overflows happening. Here's a sample from one of my apps:
```
../src/nuklear.h:13201:14: runti…
-
When compiling with clang-9 with the option `-fsanitize=undefined` the basic nuklear example, I get the runtime errors :
`../code/nuklear.h:19196:30: runtime error: member access within null point…
-
This is a discussion on how to improve Nuklear's font handling.
Among the specific issues are:
* Excessive memory usage with large (e.g. Chinese) fonts
* Can't handle large fonts
* The non-ba…
-
Got this puppy running on my old Macbook and it works like a charm! Muchas gracias! But moving over to Raspberry Pi4, there seems to be many i8 u8 type problems. The nk_ functions seem to want u8, but…
-
https://github.com/Immediate-Mode-UI/Nuklear/issues/547
-
macOS has deprecated OpenGL, at some point they will drop support and freeablo will require a Metal graphics backend.
- SDL2 looks to already have Metal support
- Nuklear has an [issue raised](htt…
-
Fonts look pretty bad and elements are very small on a high dpi display.
Those issues are likely related!
Fonts seem like they _can_ look nice:
https://github.com/vurtun/nuklear/issues/69
I gu…
-
I'm using nuklear with love-nuklear, and backspace and arrow keys stopped having key repeat after I updated to the latest nuklear code. It worked before though.
Only tested it with love-nuklear, bu…
-
Because of the changes made to **nuklear_internal.h** and **src/nuklear.h** in this commit: https://github.com/Immediate-Mode-UI/Nuklear/commit/455b404d866820a5d9ad6efa4c1aa4877fb45ea1
I can't seem t…
-
I made a Nuklear plugin module for SmallBASIC including a semi-functional keyboard interface.
see: https://github.com/smallbasic/smallbasic.plugins/blob/master/nuklear/nkbd.h
The keyboard handli…