Crate pixeldike

source ·
Expand description

Pixelflut is a pixel drawing game for programmers inspired by reddits r/place.

This library serves as a reference server and client implementation.

Modules§

  • Networking layer for pixelflut servers and clients as well as on-the-wire protocol handling
  • Data structures to store pixel data, also called Pixmaps
  • Support for saving pixelflut canvases into various sinks

Type Aliases§

  • The result type which all background tasks return