Richard Gill
Richard Gill
You need to define NK_IMPLEMENTATION before including nuklear.h (header files are never compiled). Check the demo to understand the concept of single header libraries.
I am a fervent user of CMake, and even have my method to use single header libraries with it. The only thing is that introducing CMake in a project like...
@SamuelMarks I totall agree with all of your arguments, and CMake is great for managing projects industrially. But I'm still thinking it's better to define a CMakeNuklear repository which provides...
> I forgot to mention that I would prefer to have amalgamation to be as portable as possible - as I outlined above in [#462 (comment)](https://github.com/Immediate-Mode-UI/Nuklear/pull/462#issuecomment-1266610985) I think the best...
@SamuelMarks for ci/di you mark a point. The most important is to not impose cmake to every user, but provide it as an alternative. So I'm splitted 😃
To be honest, I am not familiar either with the cairo API, learning as I adapted an external implementation to nuklear and from various other projects. I think the font...
I give another usage example of deleting/replacing routes. In an app, I use routes to switch pages, all with the same component, changing content. Pages are loaded from an api...
Glfw+vulkan backend integrated in demos with #583
I should check that one too, I really prefer the PR style of checkboxes and radios on default nk style. It seems the OpenGL rendering is ok, but not API...
@persinammon : `nk_user_font` isn't a string on which you define the name of a system font. Please read the demos source code and `nuklear.h` comments (part dealing with font baking)...