summaryrefslogtreecommitdiff
path: root/image.py
AgeCommit message (Collapse)Author
2019-01-24Move stuff around; fix renderingBen Connors
- Now actually able to render shows - Maybe able to render chasers - Add untested OLA lighting output - General fixes
2019-01-24A bunch of changesBen Connors
- Begin work on simple rendering backend - Define lighting output interface - Cache hash() value on functions - Add unique identifier for each audio cue
2019-01-22Fixes for imageBen Connors
- Implement audio cues that start after 0
2019-01-22Initial commitBen Connors
- Finish and test workspace.Show rendering - Add some basic image visualization - Add some utility classes (audio, Tk)