colinbdclark / bubbles

An experimental authoring environment for creating video art using web technologies.
MIT License
8 stars 0 forks source link

Fixes gh-55: Adds support for the newer Electron dialog API. #56

Closed colinbdclark closed 4 years ago

colinbdclark commented 4 years ago

Electron 6.x+'s API broke Bubbles' ability to load movies. This updates Bubbles to the latest API; eventually the dialog related code here should be migrated to infusion-electron.

Also updates to the latest version of all other third party dependencies.