Jonathan Hale

Results 87 comments of Jonathan Hale

@armilam Thanks for building this gem! The new arguments for test are: ~~~ gactions --verbose test --action_package=action.json --project # or without --verbose gactions test --action_package=action.json --project ~~~ The action.json didn't...

I seem to be unable to find documentation on what environment is present for local system/service accounts on Windows, hence I tried running a powershell script as a local service...

Hi @isc30 ! I am building a WASM-centered engine based on magnum and have written a networked WASM game with Magnum before ([=> WebVR Pong](https://constructarca.de/games/webvr-pong/), though the network mode is...

Ha! Chome on Windows 10 without HiDPI fails the test also 😆

Very nice, I'd really like to see this in Magnum, too! > Question -- should I give this more priority than Vulkan support (#91) or not? As long as Vulkan...

In addition to the paper mentioned in "Dual quaternion linear/spherical interpolation" (which discusses dual quaternion linear (and iterative) blending and screw interpolation (ScLERP)), [this paper](http://www.cc.gatech.edu/~jarek/papers/Screw.pdf) also suggests a method to...

@pixelblender I just recently got skeletal animation working with Magnum, all the pieces are there, but there's no example, no, and you have to write your own Skinning shaders.

The [Related mozilla bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1202427) has been fixed, right?

Heh, I actually have exactly this in a project of mine: ~~~cpp /** * @brief Get first feature with specified type * @return the feature or @cpp nullptr @ce if...

Sure, it looks straight forward enough to do so, and I'll have to eventually anyways, so why not rip off the bandage.