Registry / other / minifb

minifb

JSON →
library0.28.0rscratesunverified

Cross-platform window setup with optional bitmap rendering for simple graphics applications.

# Cargo.toml [dependencies] minifb = "0.28.0"
INSTALL
IMPORT
SIG · MINIFB
M
minifb
otherrustv0.28.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Window
use minifb::Window;

Create a window and run the event loop

use minifb::{Window, WindowOptions}; let mut window = Window::new("Test", 800, 600, WindowOptions::default()).unwrap(); while window.is_open() { window.update(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.28.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
minifb — cargo add minifb · libregistry