summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-25Various fixesBen Connors
- Chaser now takes into account step duration when computing NX - image module updated for changes in render_all format
2019-02-22Add pre-rendering utilitiesBen Connors
- prstore uses pickle to store a pre-render to a file - prcons loads and renders the pickled pre-renders
2019-02-22Fix Show render_allBen Connors
- Nest in tuple to match Chaser
2019-02-22Fix Show render_allBen Connors
- Nest the render in a tuple to match with Chaser
2019-02-22Change Output specificationBen Connors
- Allow for channel to be passed as an instance of Workspace.channel or as a 2-tuple (universe, address) - Implement iter on workspace.Channel to allow for this
2019-02-21Fix BasicRenderer with Chasers; cleanup & commentsBen Connors
- BasicRenderer passing the function's state when rendering/advancing o Chasers with infinite-duration steps work now - Fix Chaser rendering returning incorrect nx on infinite steps - Add PreRenderable ABC o Defines render_all method for Shows and Chasers - General commenting
2019-01-31Some fixesBen Connors
2019-01-28Fix resolving audio pathsBen Connors
- Previously resolved relative to current working dir, now resolved based on the directory containing the workspace file
2019-01-25Add some utilitiesBen Connors
2019-01-24Minor fixes; add readmeBen Connors
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-23Fixes; untested Chaser pre-renderingBen Connors
- General fixes, cleanup, and commenting - Add untested Chaser pre-rendering
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)