#display #buffer #real-time #rendering #window #graphics

buffer_display

Display a buffer on a window, updating in realtime

1 unstable release

0.1.0 Apr 1, 2024

#299 in Multimedia

Download history 147/week @ 2024-03-28 30/week @ 2024-04-04 2/week @ 2024-04-11

179 downloads per month

GPL-3.0-or-later

19KB
397 lines

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.

Dependencies

~57MB
~1M SLoC