Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Leo Le Bouter 597aab6518 Blank is Black rather vor 2 Jahren
src Blank is Black rather vor 2 Jahren
.gitignore First draft vor 3 Jahren
Cargo.toml First draft vor 3 Jahren
LICENSE Initial commit vor 3 Jahren
README.md Fix warning and add README vor 3 Jahren

README.md

lasy-cli

How to install

  1. Visit https://rustup.rs/ and follow instructions to install Rust
  2. Run: $ cargo install --git https://git.interhacker.space/lle-bout/lasy-cli.git --force

How to use

For example with https://git.interhacker.space/teamlaser/LJ:

$ python clitools/generators/tunnel.py | clitools/filters/kaleidoscope.py | lasy-cli

And it will print optimized points in the same format.

How to update with latest changes from this repo

Re-run step 2 of installation