mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 21:42:25 +02:00
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> |
||
---|---|---|
.. | ||
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.