Daniel Collin

Results 324 comments of Daniel Collin

Thanks! Yeah, there are many Wayland issues currently :/ I will need to tackle them one day

I haven't used WSL2, but is it running under Wayland? Then it might be the same issue as this https://github.com/emoon/rust_minifb/issues/273 The TL;DR is that I have lots of Wayland issues...

If you can't get vsync working the more imprecise way of doing this is to sleep manually instead. Something like this ```C void update_loop() { float time = read_time(); //...