shithub: qoistream

ref: f4a3042aada0c8012de84907baae3ab193032a43
dir: /README.md/

View raw version
# qoistream

The idea is to capture screen (or a window) and encode it as a stream
of [QOI](https://qoiformat.org) images.  That stream is supposed to be
sent over ethernet to another machine and displayed there.  Kind of
like a cheap screen sharing.  Each frame is lossless but smaller than
raw images (~620Kb vs ~8Mb for full hd, for example).

Work in progress.