WIP: next servicepoint version #1

Draft
vinzenz wants to merge 4 commits from next into main
Showing only changes of commit e667c519cd - Show all commits

View file

@ -17,6 +17,10 @@ Use cases:
Uses the [servicepoint](https://github.com/cccb/servicepoint) library for reading the packets. Uses the [servicepoint](https://github.com/cccb/servicepoint) library for reading the packets.
The screenshot above shows the output of two example projects running in parallel (game_of_life and random_brightness). The screenshot above shows the output of two example projects running in parallel (game_of_life and random_brightness).
This repository moved
to [git.berlin.ccc.de/servicepoint/servicepoint-simulator](https://git.berlin.ccc.de/servicepoint/servicepoint-simulator/).
The [GitHub repository](https://github.com/kaesaecracker/servicepoint-simulator) will remain as a mirror.
## Running ## Running
With cargo installed: `cargo install servicepoint-simulator` With cargo installed: `cargo install servicepoint-simulator`
@ -44,7 +48,8 @@ Options:
See [env_logger](https://docs.rs/env_logger/latest/env_logger/) to configure logging. See [env_logger](https://docs.rs/env_logger/latest/env_logger/) to configure logging.
Because this program renders to an RGB pixel buffer, you can enjoy the following additional features not available on the real display: Because this program renders to an RGB pixel buffer, you can enjoy the following additional features not available on
the real display:
- enable or disable the empty space between tile rows (`./servicepoint-simulator --spacers` to enable) - enable or disable the empty space between tile rows (`./servicepoint-simulator --spacers` to enable)
- render pixels in red, green, blue or a combination of the three (`./servicepoint-simulator -rgb` for white pixels) - render pixels in red, green, blue or a combination of the three (`./servicepoint-simulator -rgb` for white pixels)
@ -64,6 +69,7 @@ All creatures welcome.
## Legal stuff ## Legal stuff
The included font is https://int10h.org/oldschool-pc-fonts/fontlist/font?ibm_bios (included in the download from https://int10h.org/oldschool-pc-fonts/download/). The font is CC BY-SA 4.0. The included font is https://int10h.org/oldschool-pc-fonts/fontlist/font?ibm_bios (included in the download
from https://int10h.org/oldschool-pc-fonts/download/). The font is CC BY-SA 4.0.
For everything else see the LICENSE file. For everything else see the LICENSE file.