buffer_display 0.1.0

Display a buffer on a window, updating in realtime
docs.rs failed to build buffer_display-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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.