Alexander Nadeau
Alexander Nadeau
Opened a PR for optimizing the resampling algorithm as described in the previous post: https://github.com/godotengine/godot/pull/83536
I want to revive this PR, but it might take a while for me to get around to it; I'm in a programming language design rabbit hole at the moment....
Does this PR need to be redone on top of https://github.com/rust-windowing/winit/pull/3876? I have a lot of free time right now and like the above poster I did a test implementation...
Are you planning on doing work that would require us to rewrite whatever we come up with, like swapping out platform integrations? If not, I'm willing to do whatever you...
Oh, i32 is totally wrong anyway, it should be f64 or f32. Devices can report fractional values for these even though it's rare to do so.
Huh, this might actually be a Firefox bug? I was getting `undefined` for azimuth/altitude angle with on device that didn't report it, but the spec (https://www.w3.org/TR/pointerevents/#dom-pointerevent-altitudeangle) specifies: `For hardware and...
Huh, cargo-deny is failing on`zerocopy` 🤔 That's so weird...
`ahash` updated and now as of `0.8.12` depends on a newer version of `zerocopy` which is where the cargo deny error comes from.
Updated to 2.1.9 and now it still has bad memory usage but now it randomly segfaults too, which never happened with 2.1.7.
Yes. ASAN has some false positive leak complaints (constant amount of leaked memory when each thread exits). No complaints from TSAN or UBSAN. Here's a version that still exhibits the...