plottery_server 0.6.0

pen-plotter server executable of Plottery, a creative coding framework for generative vector graphics and pen plotting.
1
2
3
4
5
6
7
8
9
10
11
# Plottery Server

To build on a **Raspberry Pi**, you first need to install dependencies:

```sh
# install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# install ssl
sudo apt install libssl-dev
```