| Crates.io | plottery_server |
| lib.rs | plottery_server |
| version | 0.7.0 |
| created_at | 2025-03-07 14:27:39.541994+00 |
| updated_at | 2025-03-23 14:03:39.528904+00 |
| description | pen-plotter server executable of Plottery, a creative coding framework for generative vector graphics and pen plotting. |
| homepage | |
| repository | https://github.com/TobiasGrothmann/plottery |
| max_upload_size | |
| id | 1583123 |
| size | 117,731 |
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