I've been working on a UI framework, specifically for writing tooling UI's for my engine but eventually I wanna make sure it's usable for GUI apps in general. So far I've implemented layout, basic event handling, basic rendering, and a simple component sheet. Supports everything you'd want in terms of layout (pinning, rows, columns, flex, line wrapping, arbitrary direction layout, alignment, offset).