I’ve reached that point in the development of my game engine I’ve been dreading: I’ve got to implement a scroll pane for UI.
I’ve reached that point in the development of my game engine I’ve been dreading: I’ve got to implement a scroll pane for UI.
I use harfbuzz for layout, which uses Freetype metrics, so the hard thing was getting those to line up with the glyph metrics emitted by MSDFgen.
Just got myself unstuck from a tricky Lua-C interop thing that I’d been going round in circles on for weeks now. Pleased!