magnum-extras
magnum-extras copied to clipboard
Extras for the Magnum C++11 graphics engine
To build RPM packages into the default location cd into package/rpm, read the docs and run build_rpm.sh (with or without parameter: pass either 'master' or any valid git tag|hash or...
It looks like `AbstractPlane::activate` assumes that a plane cannot be both hidden and at the front of the hierarchy, and there is an assertion enforcing this: https://github.com/mosra/magnum-extras/blob/c13d6e592ab4b4872b42fd85e87df5a8360bdb7c/src/Magnum/Ui/BasicPlane.cpp#L78-L88 In my usage,...
Hello @mosra, this is what I've been working on together with @Squareys for the last few months. It's in a working state but there's still some cleanup work to do....
It's a Chrome-specific callback hell that Firefox [was forced to implement](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/50#Files_and_directories), now should be also available in Edge. Not in IE or Safari, so we need to be careful. With...
Hi @mosra ! As per gitter, I have a use case (some drop event) where I would like to be able to query the hovered widget(s) (e.g. the toplevel widget...
Hi @mosra ! As discussed, I changed all the `Matrix3` projection matrices to `Matrix4` to allow for arbitrary transforms of UserInterfaces. I also added `AbstractUserInterface::setViewProjectionMatrix`. We should question whether this...