Vladimír Vondruš
Vladimír Vondruš
As we discussed in mosra/corrade#146, I merged a part of this as 8b45a5170c9e21ad2a29a3c8224fc5b5995fe9b0. Thank you! Leaving the PR open, will merge the rest when I get to cleaning up STL...
It matters for me ;)
Hm, I don't feel like adding workarounds for broken compilers, sorry :sweat_smile: What you could do is to not build Corrade with `-std=c++20`, it only makes the build slower for...
Thank you for the confirmation :+1: I edited the issue title to make it easier to find when someone else hits the same issue, but I'm going to close it,...
I merged this as 33dbb0e25f07c505232ecd5383a135e55b925c86 as I appreciate tiny fixes having their own commits ;)
I don't remember any blockers for implementing this, really. Except that I'd have to expose a few more Magnum APIs to Python, which is nothing complex on its own. I...
Yes, that's what I meant -- the `Text` library is ready to be used from C++, it just needs to have its essential functionality exposed to Python. I'll reach out...
Re text -- answered on #1842. Re GPU memory usage / `nvidia_smi` -- this feels like something that should be directly inside Magnum itself, so you don't need to worry...
It does, I just messed up a define :P
Before I merge, can you explicitly confirm that the GUI viewer, now running on EGL instead of GLX, works for you on Linux? This is quite a significant change and...