Rob Loach

Results 396 comments of Rob Loach

Have a screenshot of something similar? I'm sure you could get that workflow to work in an immediate gui.

Looks like there was some work on one over at https://github.com/m0ppers/nuklear-glfw-vulkan .

This makes my life a lot easier, thanks for taking it on! In terms of versioning, what are your thoughts on us opening up a `5.x` branch, and pushing a...

Didn't let me upload the .svg, so here it is in a zip [nuklear.zip](https://github.com/Immediate-Mode-UI/Nuklear/files/7843321/nuklear.zip)

Check the `sdl2surface_rawfb` demo :wink: ... It will render to an SDL_Surface.

Or the render geography demo?

@bmuessig Mind giving it a review? I'm unable to test this one.

Thanks for fixing that up! Looks like from this Pull Request, there's the demo/x11/nuklear_xlib.h changes too. :thinking:

Likely not, but it is pretty straightforward to implement your own backend. Check out the Allegro implementation for inspiration https://github.com/Immediate-Mode-UI/Nuklear/blob/master/demo/allegro5/nuklear_allegro5.h

> Pardon, if this is a newbie question, but why cannot one edit nuklear.h directly? You could edit nuklear.h directly, however, nuklear.h is a combination of all the .c files...