Crashed my chrome :D
Show HN: kiUi – Lightweight auto-layout stylable UI toolkit
11–20 of 44 posts
one of the critical bugs I know of is in the multiline text, was that the culprit ?
Re: Show HN: kiUi – Lightweight auto-layout stylable UI toolkit
#12[deleted]
Re: Show HN: kiUi – Lightweight auto-layout stylable UI toolkit
#13Shouldn't it be "a UI toolkit" instead of "an UI toolkit"?
Re: Show HN: kiUi – Lightweight auto-layout stylable UI toolkit
#14How about IMGUI?
Re: Show HN: kiUi – Lightweight auto-layout stylable UI toolkit
#15Shouldn't it be "a UI toolkit" instead of "an UI toolkit"?
yup, fixed (non-native speaker here)
Re: Show HN: kiUi – Lightweight auto-layout stylable UI toolkit
#16How about IMGUI? https://github.com/ocornut/imgui
It's great and I actually borrowed ideas from his examples.
Immediate mode and retained mode UIs are entirely different beasts though, with different targets / use cases. Something like dockable windows would be much harder to implement in a IMGUI lib
Re: Show HN: kiUi – Lightweight auto-layout stylable UI toolkit
#17Shouldn't it be "a UI toolkit" instead of "an UI toolkit"?
Yes. It's about phonetics, not the first letter. The y sound in "you" is a consonant, like "a ukulele", whereas the h in "an hour" is not.
Re: Show HN: kiUi – Lightweight auto-layout stylable UI toolkit
#18Guys, I think we can stop commenting on irregularities that are probably related to the fact that this is a C++ demo running on the web.
i.e weird scrolling (slow, direction), ghosting, crashing chrome, etc.
I was under the impression that this isn't really meant to be a web project, so the fact that LLVM is being imperfectly converted to JavaScript is probably the reason for most of these.
Re: Show HN: kiUi – Lightweight auto-layout stylable UI toolkit
#19This is wonderful. Thank you for building this. Your emphasis on modern C++ and small dependencies is especially appreciated, especially in a world where an Emscripten bundle size matters.
What's your rendering performance like, such as when you update 50 static text fields or images every frame?
Re: Show HN: kiUi – Lightweight auto-layout stylable UI toolkit
#20How about IMGUI? https://github.com/ocornut/imgui
ImGui looks decent but is "designed and optimised to create debug tools." If you're building a game that doesn't look like a debug tool, you'll want to do some kind of skinning or at least make the UI fit into the aesthetic.