overte-lubosz/screenshare
2019-11-14 15:47:02 -08:00
..
src updated readme and made sure there is an exact application title match 2019-11-14 15:47:02 -08:00
.gitignore added readme 2019-10-31 09:36:58 -07:00
CMakeLists.txt updated cmake 2019-11-14 15:09:23 -08:00
package-lock.json Get Interface to look in the proper directories 2019-10-31 08:57:06 -07:00
package.json fixed the ordering of selects 2019-11-13 13:08:34 -08:00
packager.js updated out folder 2019-10-31 12:39:13 -07:00
README.md updated readme and made sure there is an exact application title match 2019-11-14 15:47:02 -08: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 hifi-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.