overte-lubosz/screenshare
dependabot[bot] 8092cf70f3
Bump plist from 3.0.1 to 3.1.0 in /screenshare
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

---
updated-dependencies:
- dependency-name: plist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 19:32:22 +00:00
..
src Review fixes 2022-08-07 17:32:44 +02:00
.gitignore newline add 2019-11-14 16:07:05 -08:00
CMakeLists.txt removed interface from mac install directory 2019-12-04 09:49:17 -08:00
package-lock.json Bump plist from 3.0.1 to 3.1.0 in /screenshare 2023-10-06 19:32:22 +00:00
package.json Bump electron from 11.5.0 to 22.3.25 in /screenshare 2023-10-06 19:25:11 +00:00
packager.js Updated some URLs, rebranded documentation and changed default metaverse server address 2022-02-09 23:57:24 +01:00
README.md Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00

Screen Sharing within High Fidelity

This Screen Share app, built using Electron, allows for easy desktop screen sharing when used in conjuction with various scripts in the overte-content repository.

Screen Sharing Source Files

packager.js

Calling npm run packager will use this file to create the actual Electron hifi-screenshare executable. It will kick out a folder hifi-screenshare-<platform> which contains an executable.

src/screenshareApp.js

The main process file to configure the electron app.

src/screenshareMainProcess.js

The render file to display the app's UI.

screenshareApp.html

The HTML that displays the screen selection UI and the confirmation screen UI.