You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.idea | 5 years ago | |
examples | 5 years ago | |
README.md | 5 years ago | |
pixclient.go | 5 years ago |
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.