/lzr

Laser show projection software, and ILDA handling library

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

DANGER Heavy objects overhead

LZR

Open Source Laser Projection Software

LZR is currently collection of backend libraries and binaries which can form the bones of laser show GUIs, or creative applications.

liblzr

Library containing basic laser utilities:

  • 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

See liblzr.hpp for details.

Building

Dependencies:

Very simple right now:

$ make

This will produce the following binaries:

  • liblzr/liblzr.so
  • liblzr/liblzr.a
  • lzrv/lzrv

License

GNU LGPL v3