Age | Commit message (Collapse) | Author |
|
- prstore uses pickle to store a pre-render to a file
- prcons loads and renders the pickled pre-renders
|
|
- Nest in tuple to match Chaser
|
|
- Nest the render in a tuple to match with Chaser
|
|
- 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
|
|
- 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
|
|
|
|
- Previously resolved relative to current working dir, now resolved
based on the directory containing the workspace file
|
|
|
|
|
|
- Now actually able to render shows
- Maybe able to render chasers
- Add untested OLA lighting output
- General fixes
|
|
- Begin work on simple rendering backend
- Define lighting output interface
- Cache hash() value on functions
- Add unique identifier for each audio cue
|
|
- General fixes, cleanup, and commenting
- Add untested Chaser pre-rendering
|
|
- Implement audio cues that start after 0
|
|
- Finish and test workspace.Show rendering
- Add some basic image visualization
- Add some utility classes (audio, Tk)
|