Skip to content

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

Notifications You must be signed in to change notification settings

robertschuppenies/FireSculptureController

 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 30.0%
  • HTML 27.3%
  • JavaScript 25.5%
  • CSS 17.2%