Matti

Results 75 comments of Matti

> > How can I get a barebones example (just a window)? > > Do you mean an os-window or Nuklear window? If os-window, then it has nothing to do...

I mean, I think this example: https://github.com/Immediate-Mode-UI/Nuklear/blob/master/demo/x11/main.c would be really useful, if it had only the X11 part and the Nuklear part that contribute to opening a window, but not...

I would just like an example that draws a window and nothing else. The example: https://github.com/Immediate-Mode-UI/Nuklear#example does not even look like the same as the code in e.g. the X11...

I'm not sure if it's that simple, since Nuklear seems to have its own wrapper to Xlib: https://github.com/Immediate-Mode-UI/Nuklear/blob/master/demo/x11/nuklear_xlib.h So to use Nuklear with X11 I'd also need to understand that...

Also, there's a good tutorial for the Windows window: https://github.com/Immediate-Mode-UI/Nuklear/wiki/GDI Why is there no such for X11?

> Feel free to write such tutorial for X11 or any other of those thousands of existing or potential backends! I can do this, but it may take more time...

> Second the code you're referring to is not a wrapper (which is apparent from the source code of nuklear_xlib.h). It's just yet another backend renderer for Nuklear. There are...

It'd be perhaps helpful to have a better place to ask for some small questions about the library though. For example, I just got stuck to not understanding what: `#define...

I was also able to proceed to the "just a window" example by commenting out bits from https://github.com/Immediate-Mode-UI/Nuklear/blob/master/demo/x11/main.c: ``` /* nuklear - v1.32.0 - public domain */ #include #include #include...

> What is your position then? Yes I am refreshing C alongside, but I still find that the documentation for Nuklear leaves much to be desired about basic things. https://github.com/Immediate-Mode-UI/Nuklear/blob/c91ca8b5036557b2802af239138223a11300c396/src/nuklear.h#L313...