Vladimír Vondruš

Results 549 comments of Vladimír Vondruš

Only partially, sorry -- so far I added the `focusEvent()` and `blurEvent()` to all apps in 7558bc71ba42f681d624670d548ec3904863b166, in case you want to adapt this code to use these.

Ha, few days ago I was actually thinking about doing the exact opposite for the [Ui](https://doc.magnum.graphics/magnum/namespaceMagnum_1_1Ui.html) library... "if ImGui can get away with using a RGBA atlas for font glyphs,...

> ImGui has no support for color fonts I'm vaguely aware of a "relatively recent" ImGui feature that supports SVG fonts, by calling into lunasvg / plutosvg to turn those...

I'll merge as soon as I get the time, thank you. My only remaining question is whether there are any consequences to font loading that would be worth putting into...

> I set the plugin load directory to the bin dir of my application. I don't recommend doing this. To make plugin dependencies work (such as a glTF importer plugin...

Some other options you could do instead: 1. Build the plugins as static and link them statically, and then point the plugin manager to, say, `"nonexistent"`. That directory doesn't exist,...

What kind of errors you get? Or you mean you still get the "conf was not found" warnings there? Besides the obvious difference with extension being `*.so` on linux +...

Hah, sorry, I did that cancel :D Is there any particular feature in the update you rely on? I wanted to take the update as an opportunity to finally implement...

> that's probably what's causing some of my issues Feel free to list them here. Currently ([for the UI library in magnum-extras](https://github.com/mosra/magnum-extras/tree/master/src/Magnum/Ui)) main effort goes into HarfBuzzFont which implements kerning...