buffer_display

Crates.iobuffer_display
lib.rsbuffer_display
version0.1.0
sourcesrc
created_at2024-04-01 15:08:11.287315
updated_at2024-04-01 15:08:11.287315
descriptionDisplay a buffer on a window, updating in realtime
homepage
repositoryhttps://github.com/Coddeus/buffer_display
max_upload_size
id1192651
size54,710
CoDeus (Coddeus)

documentation

https://docs.rs/buffer_display

README

Buffer Display

Displays a buffer on a window in realtime.

Displays a 2D RGBA u8 buffer from its width/height as u32s and a pointer to it as an Arc<Mutex<Vec<u8>>>.
Works when launched from another thread, and updates in realtime, always matching the buffer behind the pointer given.

Made for Windows, may be extended in the future.

Originally made to watch fractals rendering, see my Fractals repo.

License

GNU GPL v3, see LICENSE.

Commit count: 4

cargo fmt