plottery_server 0.6.0

pen-plotter server executable of Plottery, a creative coding framework for generative vector graphics and pen plotting.
plottery_server-0.6.0 is not a library.

Plottery Server

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

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

# install ssl
sudo apt install libssl-dev