mcopy/app/lib/ui
mmcwilliams c129739394 Sequence module is controlled from the UI. Everything runs in the main.js on the main process. The DOM changes when ipc messages are sent from the sequence module to the render process. 2019-03-24 00:24:39 -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 All work on grid + sequencer rewrite. 2019-03-22 17:06:57 -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 Sequence module is controlled from the UI. Everything runs in the main.js on the main process. The DOM changes when ipc messages are sent from the sequence module to the render process. 2019-03-24 00:24:39 -04:00

Readme.md