Skip to content

Commit

Permalink
Refactor with Svelte components, add ItemSwitcher (#91)
Browse files Browse the repository at this point in the history
* refactor to more svelte way, add backgrounds

* add components with screenshots

* add transitions in studio mode

* reimplement #41 Icon Scenes and merge #87

* fix plugin-commonjs, password connection, A11 warn

* add profile select #55, shorter buttons

- add Scene Collection select

* update readme

* Use html password input #71

* update screenshot, save space in toolbar

* Bump OBS-websocket version, small wording changes

Co-authored-by: Niek van der Maas <mail@niekvandermaas.nl>
  • Loading branch information
filiphanes and Niek authored May 28, 2022
1 parent 1972d59 commit 7fdc3b5
Show file tree
Hide file tree
Showing 12 changed files with 649 additions and 256 deletions.
Binary file modified .github/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@
- Support for remote control through [WSS tunnels](https://github.com/Palakis/obs-websocket/blob/4.x-current/SSL-TUNNELLING.md)
- Easily switch scenes and start/stop streaming and recording
- Support for Studio Mode (preview and program scenes)
- Preview of output, updating continuously
- Preview of output, updating 1 fps
- Fullscreen button and wakelock support
- Easy bookmarking/deeplink by specifying host in URL
- Hide scenes that have `(hidden)` in their name
- Switch sources in scenes with `(switch)` in their name
- Switch Profiles
- Switch Scene Collections

---

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.2",
"@mdi/js": "^6.1.95",
"@mdi/js": "^6.7.96",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-html": "^0.2.0",
"@rollup/plugin-inject": "^4.0.4",
"@rollup/plugin-node-resolve": "^10.0.0",
"bulma": "^0.9.1",
"compare-versions": "^4.1.3",
"mdi-svelte": "^1.1.2",
"obs-websocket-js": "^4.0.2",
"postcss": "^8.4.14",
"rollup": "^2.33.2",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
Expand Down
Loading

0 comments on commit 7fdc3b5

Please sign in to comment.