overte-lubosz/screenshare
dependabot[bot] 5a3d993f16
Bump y18n from 4.0.0 to 4.0.1 in /screenshare
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 22:22:43 +00:00
..
src Attempt to fix DEV-2859 with tighter constraints on screenshare resolution and framerate 2019-12-05 15:51:17 -08: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 y18n from 4.0.0 to 4.0.1 in /screenshare 2021-03-31 22:22:43 +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 Change strings, comments and folders to Vircadia 2020-07-09 16:03:07 +02:00
README.md Catch stragglers. 2020-09-22 20:25:19 -04: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 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.