ファイルへ移動
Leo Le Bouter 597aab6518 Blank is Black rather 2020-10-09 19:00:47 +02:00
src Blank is Black rather 2020-10-09 19:00:47 +02:00
.gitignore First draft 2020-10-07 02:24:03 +02:00
Cargo.toml First draft 2020-10-07 02:24:03 +02:00
LICENSE Initial commit 2020-10-06 21:48:12 +00:00
README.md Fix warning and add README 2020-10-07 02:41:26 +02:00

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