Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 649 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 649 Bytes

FireSculptureController

Controller framework with the goal of being useful for all FLG and other big fire sculptures

Requirements: Python 2.7 (2.7.6 on Win7 due to greenlet installation issues)

Python libraries: Sculpture engine: pyserial for talking to sculptures over serial

Server for js GUI:
	gevent
	greenlet
	flask

Audio pulse:
	pyaudio
	
OSC server:
	pyOSC

Usage: Install libraries, run flaskserver.py, and go to localhost in browser.

Sculpturecontroller.py does everything to do with controlling the sculpture and is not dependent on the gui or webserver, so could be run some other way too.