Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prusnak/laserdisplay

Software used to drive our laser projector and to simulate laser projector on PC screen
https://github.com/prusnak/laserdisplay

Last synced: about 1 month ago
JSON representation

Software used to drive our laser projector and to simulate laser projector on PC screen

Awesome Lists containing this project

README

        

Laser Display
=============

Requirements:

python-numpy
python-pygame
python-usb

LaserDisplay.create() - factory method

- reads environment variable called LASER
- if it is empty, it will create Simulator
- if it contains string "local", it will create Local instance
- if it contains string in format "remote:host" or "remote:host:port",
it will try to content to LaserDisplay server on this host (default port is 31337)