Vladimír Vondruš

Results 549 comments of Vladimír Vondruš

The game is fun, got to 23k before it got all filled up and I lost :D Will mention it in the list of cool things for the next release...

Great! I remember I wanted to add support for arbitrary background color in the DistanceField shader (instead of always `0x00000000_rgbaf`), which should give the user a flexibility to control whether...

@fgoujeon here you go: https://blog.magnum.graphics/announcements/2020.06/#magnum-project-spotlight

Hi! Installing the extra FindGLFW, FindOpenAL, ... modules system-wide is problematic, because those could cause conflicts with Find modules of other libraries (to my knowledge there's at least five different...

This is a good idea! :+1: As @Squareys says, it would probably need to rely on RTTI to be generic enough. I need to think how to easily return a...

Hi! very interesting use case -- I'm interested in what's the background of this :) Using custom types inside `Math` classes is something I considered when designing the lib (one...

> is implicitly deleted because its exception-specification does not match the implicit exception-specification heh okay ... I guess `Jet` type constructors / assignment operators aren't marked with `noexcept` and that's...

Yay! :) Is it okay for you to maintain a fork with the necessary patches applied until my schedule clears up and I'm able to look into this more deeply...

@noisiak oh, thanks for the reminder, almost forgot it's a problem on WebGL as well. Didn't investigate yet how is it with Emscripten (and WebGL in general) and HiDPI. Any...

@elmindreda yay, awesome, thanks for letting me know :) GLFW is great.