Registry / other / softbuffer

softbuffer

JSON →
library0.4.8rscratesunverified

Cross-platform software buffer for rendering graphics without GPU.

# Cargo.toml [dependencies] softbuffer = "0.4.8"
INSTALL
IMPORT
SIG · SOFTBUFFER
S
softbuffer
otherrustv0.4.8
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.

Buffer
use softbuffer::Buffer;

Create a software buffer and set a pixel.

use softbuffer::Buffer; fn main() { let mut buffer = Buffer::new(800, 600); buffer.set_pixel(10, 10, 0xFF0000); }
Debug
Known issues
gotchaRequires a windowing system (e.g., winit) for display.
fix
Use winit to create a window and pass its handle to softbuffer.
affects: >=0.4.0
Upgrade
Version history
0.4.8latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
softbuffer — cargo add softbuffer · libregistry