Skip to content
forked from brendan-w/lzr

Laser show projection software, and ILDA handling library

License

Notifications You must be signed in to change notification settings

Wickedlasers/lzr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

513 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Laser show projection software, and ILDA handling library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.6%
  • C 14.2%
  • Other 1.2%