mcopy/app/lib/ui
mmcwilliams e5a1654341 Use local id string so that duplicate instances of the classes can talk to one another. 2019-03-21 19:45:48 -04:00
..
Readme.md Feeble first attempt at documenting code 2019-02-23 12:25:47 -05:00
cam.js In camera and projector modules, for both main and renderer, use a string id to bind ipc paths and set up the ability to then have multiple of the proj, cam or even light class. Need to do light. 2019-03-21 19:34:56 -04:00
cmd.js WIP wednesday 2019-03-20 18:37:00 -04:00
devices.js All vars become consts to prevent redeclaration during this rewrite (and they should be that anyway) 2019-03-21 15:43:03 -04:00
index.js Add a function to cancel a sequence. This should only be used during "seq.exec()". 2019-03-18 19:42:12 -04:00
light.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
mscript.js All vars become consts to prevent redeclaration during this rewrite (and they should be that anyway) 2019-03-21 15:43:03 -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 In camera and projector modules, for both main and renderer, use a string id to bind ipc paths and set up the ability to then have multiple of the proj, cam or even light class. Need to do light. 2019-03-21 19:34:56 -04:00
seq.js Layout all commands that need to be added for dual projector functionality. 2019-03-20 15:44:07 -04:00

Readme.md