Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prusnak/laserdisplay
- Owner: prusnak
- Created: 2011-04-12T22:21:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-09T00:17:43.000Z (over 13 years ago)
- Last Synced: 2024-11-30T13:59:41.821Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 402 KB
- Stars: 20
- Watchers: 23
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Laser Display
=============Requirements:
python-numpy
python-pygame
python-usbLaserDisplay.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)