Piotr Kosek

Results 24 comments of Piotr Kosek

It's unlikely a solely Chromium or nVidia issue. I happen to run into exactly same problem on bare-bone WinAPI app written in Rust under 500 LOC with simple layered window...

Thank you for the explanation. I think I just copy pollwatcher itself and implement missing functionalities myself

Ah, I see. In such case I think I need only `pollwatcher` capabilities, not the entire `notify`. Thanks for explaining that :)

Here is output from Unity memory analyser: ![obraz](https://github.com/KybernetikGames/animancer/assets/4707644/2c4b13cb-de96-4703-93b1-a95c4fdd2b8f)

Woah, thanks for quick answer! And thanks for comment - it looks like I can squeeze a bit more performance by just checking if the mask was changed :)

Run into the very same question :) I am looking to integrate lua via mlua into game framework and my strict requirement is to provide vscode intellisense and (less strictly)...

@mikavilpas Option 1 is a dream-like scenario. I believe it can be implemented as separate crate, atop of mlua (and just call some imperative mlua api); The cost of indirect...

Any progress on this? Or maybe some insight on how to implement it in client code? :)

I am actually investigating network crates for upcoming Bevy Jam - had my share of network game code, but outside of Rust stack. The problem I see is with float's,...