overte-JulianGro/screenshare
dependabot[bot] eb146fa434
Bump path-parse from 1.0.6 to 1.0.7 in /screenshare
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 08:34:58 +00:00
..
src
.gitignore
CMakeLists.txt
package-lock.json Bump path-parse from 1.0.6 to 1.0.7 in /screenshare 2021-08-12 08:34:58 +00:00
package.json Bump electron from 7.2.4 to 9.4.0 in /screenshare 2021-01-28 20:58:26 +00:00
packager.js
README.md

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 vircadia-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.