main

pixelflut.rs

A library providing a Pixelflut server to easily connect your display or whatever to it.

What is Pixelflut?

Pixelflut uses a very simple (and inefficient) ASCII based network protocol. You can write a basic client in a single line of shell code if you want, but you only get to change a single pixel at a time. If you want to get rectangles, lines, text or images on the screen you have to implement that functionality yourself. That is part of the game.

Pixelflut Protocol

You can send multiple commands over the same connection by terminating each command with a single newline character (\n).