dumblob
dumblob
We'd prefer it to be a "demo" (i.e. a new backend). Feel free to structure the backend in a way it's readable. Preferably though as a single file (.h) or...
Thanks! PRs are very much welcome :wink:
> 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 with Nuklear and...
Btw. @Ohjurot is probably currently working on some shim library to allow easy creation of quazi-native windows leveraging os-windowing capabilities.
> This would suggest that the demos are not well encapsulated, if there's no "draw a window" example. Hm, I see basically all demos to "draw a window". What 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...
> 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 Please read carefully what I wrote above in https://github.com/Immediate-Mode-UI/Nuklear/issues/424#issuecomment-1066674233...
> I can do this, but it may take more time than from someone who has already worked with Nuklear. Sound like a definition of "learning". And learning is always...
A *wrapper* is code implementing an abstraction over an existing API to achieve a better alignment for the given situation or context. Nothing like that can be seen in the...
`struct nk_context *ctx;` and all the "issues" you described has literally **nothing** to do with Nuklear. It's pure C. It's C89 - i.e. many tenths years old standard existing many...