overte-lubosz/screenshare
dependabot[bot] bb862c0f90
Bump minimist and mkdirp in /screenshare
Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together.

Updates `minimist` from 1.2.0 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.0...v1.2.8)

Updates `mkdirp` from 0.5.1 to 0.5.6
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-mkdirp/compare/0.5.1...v0.5.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: mkdirp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 19:30:45 +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 minimist and mkdirp in /screenshare 2023-10-06 19:30:45 +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.