https://github.com/fsmaxb/rust-pixelflut
Pixelflut client written in rust.
https://github.com/fsmaxb/rust-pixelflut
Last synced: 5 months ago
JSON representation
Pixelflut client written in rust.
- Host: GitHub
- URL: https://github.com/fsmaxb/rust-pixelflut
- Owner: FSMaxB
- License: isc
- Created: 2017-05-30T01:43:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T18:15:00.000Z (about 1 year ago)
- Last Synced: 2025-02-09T01:31:49.814Z (about 1 year ago)
- Language: Rust
- Size: 48.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rust-Pixelflut
==============
A [Pixelflut](https://cccgoe.de/wiki/Pixelflut) client written in [rust](https://rust-lang.org), mostly as a starting point to get familiar with the language.
In this repository you can find the first program have ever written in rust 😃🎉 (apart from calculating prime numbers and hello world).
This is one of the fun things I got to do at [GPN17](https://entropia.de/GPN17).
Enhanced on [GPN19](https://entropia.de/GPN19):
* Config file
* Better error handling on the TCP connections
* Support for sending images
* Closing connections on Ctrl-C