Rob Loach

Results 396 comments of Rob Loach

https://github.com/Immediate-Mode-UI/Nuklear/issues/401

> bitwise comparisions https://en.wikipedia.org/wiki/Bitwise_operations_in_C The example you posted would check if NK_WINDOW_ROM flag is enabled. > NK_STYLE_ITEM_NINE_SLICE https://create.roblox.com/docs/building-and-visuals/ui/ui-9-slice-design Overall, inline documentation could improve this.

I'm in favour of moving from our custom Python and build scripts to something a bit more standard. There are a few improvements to this PR that could be made,...

From Rafał Jopek... ![148707814-87e786b0-3c08-4e9b-9b31-b1d11b75a61a](https://github.com/Immediate-Mode-UI/Nuklear/assets/25086/ebaeb094-6dc3-4333-8f97-b1399b73dc2c) [nuklear.zip](https://github.com/Immediate-Mode-UI/Nuklear/files/15042034/nuklear.zip)

When compiling with emscripten, I'm getting the following... ``` nuklear.h:8974:38: error: defining a type within '__builtin_offsetof' is a Clang extension [-Werror,-Wgnu-offsetof-extensions] 8974 | NK_STORAGE const nk_size align = NK_ALIGNOF(struct nk_command);...

Been working on a joypad-enabled interface for Nuklear over at https://github.com/RobLoach/nuklear_console .

Doesn't hurt to have a demo of it here. We will want to make sure it's clear that it's maintained in the sokol repo though.

Submodule++... Makes updating the headers easy.