Piloting a helios laser from redis feed
Go to file
Lapin Raving 08e78b9a88 feat: adding somme new transformation
* Rotate to rotate the image, !! Some point could be outside of the
  0-4096 range on x and y !!
  you should parameter a center and an angle. All the point will move
  around the center. The angle is un degre.
* Flip vertical: flip all the point verticaly. You should parameter an
  height where all point will flip
* Flip horizontaly. You should parameter an X corrodinate where all
  point will flip around.
2023-06-08 22:34:03 +02:00
examples fix: add a value do the redis db to draw 2023-06-08 22:13:42 +02:00
src feat: adding somme new transformation 2023-06-08 22:34:03 +02:00
tests refactor conf 2023-06-04 17:33:28 +02:00
.gitignore fix: rename settings.toml 2023-06-08 20:22:36 +02:00
Cargo.toml load transformers from config file 2023-06-07 17:26:30 +02:00
copyme.settings.toml fix: rename settings template 2023-06-08 20:21:51 +02:00