User Group OBS Background is an electron.js app using vue.js and vuex. The main goal is to get a interactive background for OBS and use it in User Group Meetups You can set a list of talks and quickly move among them. You can also set a talk as lightning talk and countdown appears magically.
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for production
npm run build
# run webpack in production
npm run pack
CtrlOrCmd + S
Open setings dialog
CtrlOrCmd + Left
Prev talk
CtrlOrCmd + Right
Next talk
CtrlOrCmd + U
About
It's easy, simpy create a new vue component in renderer/UserGroup/[yourUG]/yourUG.vue and rebuild app, it will be imported automatically.
Make sure you import Usergrpup.js into your component and use as mixin.
More information can be found here.
This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.