Jonathan Hale
Jonathan Hale
Hi @mosra, as promised, with open sourcing of https://github.com/vhiterabbit/emscripten-webxr, here's a Magnum example. This week, the first two browsers with support for the stable specification of the WebXR Device API...
Hi @mosra ! Finally! The octree implementation, @ACapo and I started working on last year, is working! There is merely some cleanup left, especially on the MagnumExtras side, but I'm...
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...
Hi @kripken & @sbc100 ! As described in https://github.com/WebAssembly/binaryen/issues/4165#issuecomment-1176486775, this is the change that wraps the `std::set` in the `SmallSetBase` into a std::optional to avoid the heap allocation that creates...
Hi @kripken & @sbc100 ! As promised in #4884, this is split off into it's own PR. For it to have any effect, though, it still depends on avoiding the...
Hi all, as mentioned in #4165, a small (but insignificant in the grand scheme of things) performance improvement can be gained from avoiding the exception here, since when it gets...
Hi @buesing ! Quite a while ago we had a quick exchange about getting "Konterball" onto [Construct Arcade](https://constructarca.de/). Now I finally had the time to contribute the WebXR support, which...
Hi @vincentdchan ! I found two places where absolute paths are checked by comparing the first char to`Paths::PATH_DIV`, which does not work for windows absolute paths (e.g. `C:/windows` or `C:\\windows`)....
Hi @mosra ! This is a very simple one, the precompiled binaries on windows are named `libwebp.lib` and similar, and on Windows, `NAMES webp` is therefore not enough, since windows...