Robert Winkler
Robert Winkler
I had a pull request on a non-OpenGL [SDL2 backend](https://github.com/rswinkle/sdl_img/blob/master/src/nuklear_sdl.h) on the old repo. I've been meaning to resubmit it after the string API change and after getting my other...
Hmm. Couldn't they already use the x11 backend with that project since it also uses x11 for Linux? And maybe that would work for GDI and windows too (I don't...
I'm not sure I'm understanding your last two Notes bullet points. In the changes I didn't see any nk_*_label functions changed/removed? Also it looks like all the functions that changed...
> This PR removes the `nk_*_text` variants and makes the `nk_*_label` variants of functions take the `nk_slice`. These changes are not just internal, but changes to the API, as you...
I might be able to look over it next week but my pull request, while a decent size, didn't actually touch Nuklear proper. It was/is just a big demo. The...
@dumblob I know, modern architectures are crazy with caches, out-of-order execution, speculation (for better or worse) and long pipelines. I'm coming from the perspective of having done a decent number...
There are some issues with what you describe. First, I already use the pgl suffix for the non-standard functions that PGL uses. I'd have to come up with something else...
Thanks for the heads up. I have been planning to do this for months as soon as I finish some things I wanted to get into 0.98.0 and some other...
Let me know if there are any problems with 0.98.0 and if not I'll close this.
I'm not 100% done but it looks like you were almost exactly right. Even without getting rid of the comments I could probably get it down to an even 1000....