Go to file
Mike Nolan 5dd3175790 Initial commit 2021-12-28 01:25:39 -06:00
.vscode Initial commit 2021-12-28 01:25:39 -06:00
Timelapse Initial commit 2021-12-28 01:25:39 -06:00
Timelapse.Api Initial commit 2021-12-28 01:25:39 -06:00
.gitignore Initial commit 2021-12-28 01:25:39 -06:00
README.md Initial commit 2021-12-28 01:25:39 -06:00
TimelapseNow.sln Initial commit 2021-12-28 01:25:39 -06:00
create-all.sh Initial commit 2021-12-28 01:25:39 -06:00

README.md

TimelapseNow

Record webcam in steps

Compile for everything

./create-all.sh

Compile for Windows

electronize build /target win /p:PublishReadyToRun=false

Compile for Mac OS

electronize build /target osx /p:PublishReadyToRun=false

Compile for Linux

electronize build /target linux /p:PublishReadyToRun=false