dumblob

Results 1305 comments of dumblob

I'm still interested in any contribution (even if it's just a subtle update on some background discussions) here.

I am also interested in merging this (I need a standalone "independent" deployment).

This is an interesting idea. Any preliminary measurements showing the difference in behavior in all/many tasks from the weave benchmark set (not just for cryptography computations)?

You are genius! I use congruential generators for many different use cases but this use case I never thought of. So simple yet so efficient. Congratulations!

Thanks @paccerdk ! Really appreciated. I have commented in your PR and I think it looks good. So feel free to do the same for sfml and x11 demos. If...

Looks good to me in general. My personal preference would be to use a non-negated form (`nk_bool show_markers;` instead of `nk_bool hide_markers;`) but I would be fine merging if others...

With immediate mode UIs you simply recalculate (and then set before next frame) the new geometry (e.g. window size) after you decided to change the number of items. Does this...

I like the PR, thanks @paccerdk for spending the time with all the investigations across backends! > Reverted the order of SDL_SetRelativeMouseMode and SDL_WarpMouseInWindow since it was causing the cursor...

Related: https://github.com/Immediate-Mode-UI/Nuklear/issues/190 - sounds like the same or similar case. I am no expert on OpenGL so I would need to spend some more time educating myself about the details....

Hi @FrostKiwi, I just want to quickly mention that I fully support this initiative (at least at the "passive" level :wink:). Some thoughts to some of your additional points: >**9-Slice...