1
0
Derivar 0
Ir para o ficheiro
Jan Christian Grünhage 4212c21a1b
Added README.md
2017-05-28 04:42:58 +02:00
.idea Added image writing support 2017-05-28 04:36:02 +02:00
examples Added image writing support 2017-05-28 04:36:02 +02:00
README.md Added README.md 2017-05-28 04:42:58 +02:00
pixclient.go Added image writing support 2017-05-28 04:36:02 +02:00

README.md

pixclient - A golang Pixelflut client library

This library implements basic (inperformant) API calls, for sending single pixels, whole images via "PX" and "SIZE" commands.

Currently, it only writes stuff once. Possible further improvements:

  • Cache PX commands and resend them
  • When that is done, chunk the image, and send with one thread per chunk.
  • When that is done, implement filtering, so that old PX commands are overridden by new ones.