lzr
lzr copied to clipboard
Laser show projection software, and ILDA handling library
DANGER Heavy objects overhead
LZR
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
Building
Dependencies:
- C++17 compiler (g++)
- Bazel
- SDL 2.0
Very simple right now:
$ bazel build //...
This will build the library, as well as tools.
Example Commands
$ ./bazel-bin/tools/ilda-view share/ildatest.ild
Running the Tests
$ bazel test //tests/...
License
GNU LGPL v3