Skip to content

PanamaHitek/lzr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DANGER Heavy objects overhead

LZR

Open Source Laser Projection Software

LZR is currently a collection of backend libraries and binaries which can form the bones of laser show GUIs, or creative applications. There are three main components:

liblzr

Library containing basic laser utilities:

  • point/frame structures
  • frame transformations
  • frame interpolator
  • frame optimizer
  • ILDA file reader/writer
  • ZeroMQ frame transport

See lzr.h for details.

lzrd

Laser daemon/driver accepting frames via ZeroMQ. This executable contains the DAC-specific code needed to send frames to the hardware, and is meant to provide a common interface to programs using liblzr. lzrd currently only supports the EtherDream DAC, but implementations for other DACs are always welcome.

lzrv

Projector preview application (SDL 2.0). This program will listen to the ZeroMQ data being sent to lzrd, and display it. This will allow you to work offline.

Building

Dependencies:

  • C compiler (gcc)
  • Make
  • ZeroMQ 4.x
  • SDL 2.0

Very simple right now:

$ make

This will produce the following binaries:

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

License

GNU LGPL v3

About

Laser show projection software, and ILDA handling library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.7%
  • C 36.6%
  • Makefile 3.7%