Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jensstigaard/simple-vmix-switcher-electron
Simple vMix switcher built with Electron.js
https://github.com/jensstigaard/simple-vmix-switcher-electron
electron video-switchers vmix
Last synced: 3 months ago
JSON representation
Simple vMix switcher built with Electron.js
- Host: GitHub
- URL: https://github.com/jensstigaard/simple-vmix-switcher-electron
- Owner: jensstigaard
- License: mit
- Created: 2020-02-06T15:01:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T17:52:47.000Z (over 1 year ago)
- Last Synced: 2024-08-03T15:06:18.843Z (6 months ago)
- Topics: electron, video-switchers, vmix
- Language: Vue
- Homepage:
- Size: 959 KB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-vmix - Simple vMix Switcher Electron - by Jens Stigaard - vmix-switcher-electron?style=social) (Third-party software and development / Applications)
README
# simple-vmix-switcher-electron
[![Simple vMix Switcher Electron](https://img.shields.io/github/v/release/jensstigaard/simple-vmix-switcher-electron.svg)](../../releases)
[![Simple vMix Switcher Electron](https://img.shields.io/github/downloads/jensstigaard/simple-vmix-switcher-electron/total.svg)](../../releases)
[![Sponsor me - Simple vMix Switcher Electron](https://img.shields.io/badge/paypal-donate-brightgreen.svg)](https://paypal.me/stigaard)Simple vMix switcher app built with [ElectronJS](https://electronjs.org). ElectronJS is a cross-platform framework allowing the app to be built for each Windows, Mac or Linux.
The app is oriented for touch use.
You are free to clone the repository to develop your own app based in this code.
![Simple vMix Switcher Electron](./readme_assets/overview_030.png "Application overview")
## Downloads
### Latest version (1.2.0)
[For Windows](../../releases/download/v1.2.0/Simple.vMix.Switcher.Electron.Setup.1.2.0.exe)[For MacOS](../../releases/download/v1.2.0/Simple.vMix.Switcher.Electron-1.2.0.dmg)
See the [Releases](../../releases) tab for a direct download of the app for Mac and Windows.
## Feature summary
- Traditional preview and program row including 'tally'
- Dynamic number of inputs visible based on window width
- Shows badges (tally) on input in overlay channel preview/program
- Long touch on input in program row enables input to be put into an overlay channel
- Shortcut: `Ctrl+Shift+P` (Win+Linux) / `Cmd+Alt+P` (Mac) to swap Preview and Program row order
- Transitions row: Cut and Quick Play + 4 defined transitions in vMix
- Transition progress (seen between Program and Preview row)
- vMix host connection
* Status dot
* Easy change of host
* Auto-complete (Saves list of previous connected hosts)## Known issues
When running in development mode you can experience loss of connection to the vMix instance after some minutes.## Project setup
### Install dependencies (based on package.json)
```
yarn
```### Compiles and hot-reloads for development
```
yarn electron:serve
```### Compiles and minifies for production
```
yarn electron:build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).