plottery_server

Crates.ioplottery_server
lib.rsplottery_server
version0.7.0
created_at2025-03-07 14:27:39.541994+00
updated_at2025-03-23 14:03:39.528904+00
descriptionpen-plotter server executable of Plottery, a creative coding framework for generative vector graphics and pen plotting.
homepage
repositoryhttps://github.com/TobiasGrothmann/plottery
max_upload_size
id1583123
size117,731
Tobias Grothmann (TobiasGrothmann)

documentation

README

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
Commit count: 398

cargo fmt