Crates.io | buffer_display |
lib.rs | buffer_display |
version | 0.1.0 |
source | src |
created_at | 2024-04-01 15:08:11.287315 |
updated_at | 2024-04-01 15:08:11.287315 |
description | Display a buffer on a window, updating in realtime |
homepage | |
repository | https://github.com/Coddeus/buffer_display |
max_upload_size | |
id | 1192651 |
size | 54,710 |
Displays a buffer on a window in realtime.
Displays a 2D RGBA u8 buffer from its width/height as u32
s 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.
GNU GPL v3, see LICENSE.