Xeverous
Xeverous
I'm not sure what you mean. I listed few additional cases that I did not modify for simplicity of my PR - these obviously weren't adressed (unless someone else modified...
Good news. Thanks.
I have seen some commits changing this back and forth so I worry that someone later might open an issue that the function has no `const` but it should. The...
> the function needs to write to endptr to behave correctly. The incorrect const was there for at least 7 years, but I guess no one had tried utilizing that...
Yes. It is already fixed.
@quadroli do you have any notes already? I'm interested in `nk_widget` and `nk_list_view_begin` - these functions are not documented at all and the second one is not used in any...
I'm writing a C++ wrapper library for Nuklear. I'm also using Doxygen. If Nuklear moved to it, I could have one documentation for both libraries in one place. That would...
> i am working on another PR for doxygen. This next one will be HUGE as it adds proper header blocks to all functions. I also have started migrating things...
Generally, it is ready. I wanted a bit more polish (like a pure C++ example) but it can be done later. Just need to verify it works after recent merges...
Repo is public: https://github.com/Xeverous/nukleus - There is no readme, no license and no demo application yet but the project can be built as a static library (to at least verify...