dumblob
dumblob
> Looks like this [commit](https://github.com/Immediate-Mode-UI/Nuklear/commit/6b27c20231175ad5b5acbf8f275358ec3b9af401) wasn't applied to x11_rawfb. I think we should rather merge all of this duplicated code in some way. > > Same for this one :...
I'll chime in quickly just to say I'm sorry for not devoting any time lately to Nuklear (I'm too busy with family life). I'd like to say though, that I...
Seeing this at this time I'm playing with the idea to declare the current behavior of `nk_text_wrap` and `nk_widget_text_wrap` as faulty and just change their behavior to not only wrap...
Just for reference, @ronaaron submitted https://github.com/Immediate-Mode-UI/Nuklear/pull/54 which seems to be stuck exactly on this "baking process". There seems to be some reference to baking on line https://github.com/nothings/stb/blob/master/stb_truetype.h#L102 . Feel free...
>I even mentioned that in the third post here. Sorry, didn't notice in all those emails (or might have been an edit and thus I didn't get it per email...
@ronaaron now I start to understand why you feel the "dynamic font loading" is a bit cumbersome. Feel free to make a PR (doesn't need to be anything final -...
>I don't have this code checked in to where a PR is possible. Ah, ok. I supposed you do :wink:. Sure, let's discuss it further.
I did not try this but I have some questions: a) is it really `nk_layout_row_static(ctx, 591, 791, 1);` and not `nk_layout_row_static(ctx, 791, 591, 1);`? b) Scrollbar appears to contribute to...
I am not sure - where did you get the screenshot actually? I can not see it in https://github.com/Immediate-Mode-UI/Nuklear/issues/251 nor in the readme :wink:.
Thank you for such a detailed feedback. I'll try to incorporate your perceptions into my presentation :) Should you have more comments, continue with them here.