Daniel Collin

Results 448 comments of Daniel Collin

Alright. I will have a look at why it crashes, but `update` or `update_with_bufffer` needs to be called on all active windows. That being said it shouldn't crash if an...

Hey, Sorry for late reply. I'm not actually sure what the expected behavior is here because it was long ago I changed that code and it might be that the...

I think you are doing the correct thing. What likely needs to happen is that the redraw call inside minifb has to be done while resizing. My guess is that...

Just to make sure. Are you trying to do this for Web or are you trying to run it on macOS, Linux, Windows or similar?

Sigh, So many issues with Wayland :( but this is a new one. I will in the near future have a look at all the Wayland issues. I haven't implemented...

Thanks for the report. There are a number of Wayland related issues that I have flagged as such https://github.com/emoon/rust_minifb/issues?q=is%3Aissue+is%3Aopen+label%3Awayland I have now switched my Linux desktop over to Wayland so...

Thanks for the report. Which OS is this on?

Thanks for the report. My guess is that minifb needs to detect when the application enters fullscreen as I think it currently always includes the size of the titlebar currently.

> Would be nice to make the UI and core emulator layers modular too. Then ordinary mortal such as myself could take a stab at writing some other alternative frontends...

I get the same result with running the mouse example on Windows. I will investigate