mcopy/app/lib/ui
Matt McWilliams 142c990a0e Refactored GUI into TypeScript and class-based format 2023-03-18 16:59:26 -04:00
..
Readme.md Feeble first attempt at documenting code 2019-02-23 12:25:47 -05:00
alert.js Complete the alert feature. Have not created pause, but this could be done using the same alert object to prevent code duplication. 2022-08-03 09:02:47 -04:00
alert.js.map Complete the alert feature. Have not created pause, but this could be done using the same alert object to prevent code duplication. 2022-08-03 09:02:47 -04:00
cam.js Timing is now updated via rolling average on all projector and camera actions. This data is reset when profile is changed. This data is stored in the settings.json and loaded on start so estimates will improve the more it is used. 2023-02-28 15:55:02 -05:00
capper.js All capper features in app, can shoot blank frames, can turn on capper independently and can schedule blank frames in the sequencer. Some cleanup may be needed but there are no noticeable regressions in the app. TODO: Finish all arduino scripts. 2022-07-15 18:11:26 -04:00
capper.js.map All capper features in app, can shoot blank frames, can turn on capper independently and can schedule blank frames in the sequencer. Some cleanup may be needed but there are no noticeable regressions in the app. TODO: Finish all arduino scripts. 2022-07-15 18:11:26 -04:00
cmd.js All capper features in app, can shoot blank frames, can turn on capper independently and can schedule blank frames in the sequencer. Some cleanup may be needed but there are no noticeable regressions in the app. TODO: Finish all arduino scripts. 2022-07-15 18:11:26 -04:00
devices.js Timing is now updated via rolling average on all projector and camera actions. This data is reset when profile is changed. This data is stored in the settings.json and loaded on start so estimates will improve the more it is used. 2023-02-28 15:55:02 -05:00
devices.js.map Refactored GUI into TypeScript and class-based format 2023-03-18 16:59:26 -04:00
filmout.js Fixed video export, still sequence selection 2021-03-18 11:27:53 -04:00
filmout.js.map Fixed video export, still sequence selection 2021-03-18 11:27:53 -04:00
grid.js All capper features in app, can shoot blank frames, can turn on capper independently and can schedule blank frames in the sequencer. Some cleanup may be needed but there are no noticeable regressions in the app. TODO: Finish all arduino scripts. 2022-07-15 18:11:26 -04:00
grid.js.map All capper features in app, can shoot blank frames, can turn on capper independently and can schedule blank frames in the sequencer. Some cleanup may be needed but there are no noticeable regressions in the app. TODO: Finish all arduino scripts. 2022-07-15 18:11:26 -04:00
index.js Display version in app 2023-02-19 11:36:06 -05:00
index.js.map Refactored GUI into TypeScript and class-based format 2023-03-18 16:59:26 -04:00
light.js Resolved #28 issues with color selection in the GUI. Performing final tests before 1.5 release. On release will use new repo tagging methods and will build more frequently. 2020-01-14 12:48:15 -05:00
light.js.map Resolved #28 issues with color selection in the GUI. Performing final tests before 1.5 release. On release will use new repo tagging methods and will build more frequently. 2020-01-14 12:48:15 -05:00
mscript.js Restructure includes and type definition files so that mscript runs 2022-08-07 22:18:58 -04:00
mscript.js.map Refactored GUI into TypeScript and class-based format 2023-03-18 16:59:26 -04:00
nav.js Filmout display monitor size with stats 2019-06-24 21:11:14 -04:00
proj.js Timing is now updated via rolling average on all projector and camera actions. This data is reset when profile is changed. This data is stored in the settings.json and loaded on start so estimates will improve the more it is used. 2023-02-28 15:55:02 -05:00
seq.js Improve timing. Sequence takes into account serialDelay within each command and sequenceDelay has no bearing. Was adding 120ms of error to every step 2023-03-01 13:37:22 -05:00
seq.js.map Refactored GUI into TypeScript and class-based format 2023-03-18 16:59:26 -04:00
timing.js Resolves #73. Delay is exported in .ts file so it is non-ambient 2023-03-01 13:35:45 -05:00
timing.js.map Resolves #73. Delay is exported in .ts file so it is non-ambient 2023-03-01 13:35:45 -05:00

Readme.md