rust_minifb icon indicating copy to clipboard operation
rust_minifb copied to clipboard

Cross platfrom window and framebuffer crate for Rust

Results 47 rust_minifb issues
Sort by recently updated
recently updated
newest added

Hi, I'd like to make windows fullscreen, thanks. I suppose currently I could manually get the screen size and set the image to that.

Currently resizeable, borderless and titleless on MS Windows will set the flag `WS_OVERLAPPEDWINDOW | WS_THICKFRAME | WS_MAXIMIZEBOX | WS_THICKFRAME ` which creates some problems according to https://github.com/rossy/borderless-window/blob/master/borderless-window.c They actually start...

Ctrl and Home / Command keys does not work on macOS.

macOS

When running an executable built with `cargo build --release` I still see these message > 2020-01-23 17:15:32.240832+0530 mandelbrot[73453:488530] Names (null) > 2020-01-23 17:15:32.279533+0530 mandelbrot[73453:488530] MessageTracer: Falling back to default whitelist...

As brought up here https://github.com/emoon/rust_minifb/issues/91 It would be possible to add optional dear-imgui support to minifb https://github.com/Gekkio/imgui-rs if this is something people would like to see. The way it would...

For various reasons, my game logic has to be decoupled from rendering. It updates much faster than 60hz and it sometimes rolls back and recomputes game frames as part of...

At the moment there is an issue with the time crate for redox: https://github.com/rust-lang-deprecated/time/issues/183 There is also in PR to fix this issue: https://github.com/rust-lang-deprecated/time/pull/182 But I'm not sure how long...

Some people have problems with minifb being slow. While I haven't really encountered this myself I think adding support for OpenGL on Windows and Linux behind a feature gate will...

enhancement

Some applications i have require a handling for raw input data, for example when any type of HID is used or inputs affect the non-focused window. On windows this would...

This occurs on Fedora 39 running Wayland 1.22. I get the feeling that this is not unexpected from the few other Wayland related issues. I just wanted to document the...

bug
wayland