Richard Gill

Results 45 comments of Richard Gill

What's the status of this? I see in master the command for gdi is coded from commit cacdf6b I have implemented the x11 part in commit d63f106 Beside some whitespace...

Looks ok to me too Just missing `nuklear.h` build and version bump

Now Glfw+vulkan backend is integrated in demos with #583, doing an SDL2+vulkan should be easier :)

Not tried myself to test, but I suppose there is something with padding, which can be overridden locally with style push/pop

Probably a driver issue, doing the same on Linux (6.4.6) with an Nvidia card (RTX 2080), the program runs without any issue. With Nvidia, there is `nvidia-settings` which gives detailed...

Not sure about compatibility with compilers, I'll let others review

LGTM, tested on Linux (sdl/opengl3 backend). If fixes are needed for other demos, they can surely be done afterwards. Thanks again for this tool, I will certainly play with it...

Nice work! I ran it on `glfw_opengl3` and `x11_xft` demos (screenshot for the later below) ![x11_xft](https://i.imgur.com/5Q9QY3g.png)

I agree with @sadko4u , dealing with Gnome is kinda pain in the ass. It is the only environment not providing grouping of desktop files (while there are even special...

Nice addition! But... :) I would prefer this is conditionally included with a define (aka NK_DRAW_BUFFER_CRC) because it induces some static memory for the crc table and additional computation on...