mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 21:42:25 +02:00
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
package-lock.json | ||
package.json | ||
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 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.