mcopy/app/lib/ui
mmcwilliams 1510762fbb Sequencer uses class variables that are either set using arguments passed from the renderer, or uses the variables named "grid" referring to the grid.js gui. 2019-03-29 20:44:12 -04:00
..
Readme.md Feeble first attempt at documenting code 2019-02-23 12:25:47 -05:00
cam.js Made progress on sequencer module, renamed from sequence. 2019-03-22 04:33:53 -04:00
cmd.js Made progress on sequencer module, renamed from sequence. 2019-03-22 04:33:53 -04:00
devices.js Sequence now runs entirely in the main process. Renderer no longer stores the sequence, it is a for loop inside the main process. 2019-03-23 21:58:22 -04:00
grid.js All work on grid + sequencer rewrite. 2019-03-22 17:06:57 -04:00
index.js Rename all keys to full "camera_" vs "cam_" and "projector_" vs "proj_" for consistency across the app. 2019-03-21 21:02:28 -04:00
light.js Disable light from the UI if necessary. Kind of circuitous, will refactor. 2019-03-21 22:55:12 -04:00
mscript.js Sequencer uses class variables that are either set using arguments passed from the renderer, or uses the variables named "grid" referring to the grid.js gui. 2019-03-29 20:44:12 -04:00
nav.js Use local id string so that duplicate instances of the classes can talk to one another. 2019-03-21 19:45:48 -04:00
proj.js Made progress on sequencer module, renamed from sequence. 2019-03-22 04:33:53 -04:00
seq.js Sequencer uses class variables that are either set using arguments passed from the renderer, or uses the variables named "grid" referring to the grid.js gui. 2019-03-29 20:44:12 -04:00

Readme.md