DANGER Heavy objects overhead
Open Source Laser Projection Software
LZR is currently collection of backend libraries and tools which can form the bones of laser show GUIs, or creative applications.
Contains:
- DAC drivers (currently only supports the EtherDream DAC, but implementations for other DACs are always welcome.)
- point/frame structures
- frame transformations
- frame interpolator
- frame optimizer
- ILDA file reader/writer
Dependencies:
- C++17 compiler (g++)
- Bazel
- SDL 2.0
Very simple right now:
$ bazel build //...
This will build the library, as well as tools.
$ ./bazel-bin/tools/ilda-view share/ildatest.ild
$ bazel test //tests/...
GNU LGPL v3