dumblob
dumblob
@letarg0 no demo will help you if you won't know what it does. [Learn programming](https://www.youtube.com/watch?v=rfscVS0vtbw ) first, [get a broader overview](https://learnxinyminutes.com/docs/c/ ) and come back to learn about libraries (analogue...
The debug output doesn't tell me much. But anyway I think you'll find your answer by looking at the d3d11 backend (and demo) source code. If you won't be successful,...
I've downloaded LWJGL and studied their code. Unfortunately I could not find any mistake regarding origin `[0, 0]`. Could you please post full code which reproduces this issue?
Speaking about word wrapping, don't forget about very long words, which won't fit in the text/label widget width. These exceptions should be character-wrapped instead of word-wrapped, otherwise (significant) part of...
I've looked at the source and the use of `\v` seems correct to me. @zecruel could you please make the changes in source files (see the `src/` directory), bump version...
@zhouxs1023 could you change all the pictures in the main README.md file which show the radio buttons and are not using bitmap styling?
>I'm really surprised that this use case is not covered by nuklear. Did I miss something? Generally Nuklear itself (i.e. the backend-agnostic single-header library) doesn't handle this use case -...
Didn't have time to think much of this, but on the first sight it seems the patch does wrap the text twice in case it `CRLF` and not just either...
I don't know the answer, but search the source in the spirit of other single header libs :wink:.
There is definitely chance of merging (I also have the rights for that). The expectation is, that it's unnecessarily complicated to do it outside of Nuklear (i.e. in the app...