Added README.md

This commit is contained in:
Jan Christian Grünhage 2017-05-28 04:42:58 +02:00
parent 8a28d6945a
commit 4212c21a1b
Signed by: jcgruenhage
GPG Key ID: 321A67D9EE8BC3E1
1 changed files with 8 additions and 0 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# 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.