dumblob
dumblob
Motivational screenshot of such a simple modal:  Some little goodies making your face smile: 1. The pink dots show color of the calendar the event comes from. 2. The...
Hi @mumin16 (pun on [Moomins](https://en.wikipedia.org/wiki/Moomins )?), it's great you're using Nuklear on Android. It seems you're actually using some Lua bindings with SDL, but this repository is just for the...
This makes sense to me for several reasons: 1. it allows simpler, cleaner, and safer interfacing with other languages and libraries 2. it does allow arbitrary use of `\0` 3....
>Personally i don't see any reasons to not use null terminated strings. There is one. And it's very important one. Bindings to other languages. Nowadays "nobody" is writing GUIs in...
>Every programming language has utilities for interoperability with it. They do, but as you said with "having utilities". That's just a nice way of saying they don't support null-terminated buffers/strings...
You're right, there is no way of "flipping" it. But this could be made fully automagically internally decided (without exposing any flag or API call). Feel free to make a...
>However, it doesn't set the next pointer in the doubly linked list for the second to last (now last) window. PRs more than welcome :wink:.
I'm currently out of time, but did you look thoroughly through all the demos `demo/` and examples `example/`?
Ok. Do all the "manually created" checkboxes work for you? What does your current code actually do - what do you observe?
Searching for `web` `emscripten` `javascript` in nuklear issues gives at least the following: https://github.com/vurtun/nuklear/issues/79 , https://github.com/vurtun/nuklear/issues/207 , https://github.com/vurtun/nuklear/issues/607 , https://github.com/vurtun/nuklear/issues/774 . Feel free to close this issue.