tksh164 / displayscope

πŸ”­ Displayscope enables to use the apps on the out of sight screen.
MIT License
13 stars 2 forks source link
display online-meetings presentation remote-work screen tool typescript windows


Displayscope app icon.

Displayscope

Displayscope enables to use apps on out of sight screens.



πŸ—¨ About

Displayscope enables to use apps on out of sight screens such as display emulators, display dummy plugs and behind screens.

        

🎯 Use cases

Displayscope has two use cases.

1. Dedicated display for screen sharing in remote meetings

The screen sharing in remote meetings is consume one display for just the screen sharing (e.g. slide show, demo using entire screen, etc). In that case, you can get an emulated display by the display emulators/display dummy plugs, but it's can't see and can't control.

Displayscope provides view and control through the window to the emulated display. You can save a physical display for other purpose by using the emulated display for the screen sharing.

2. Control the demo screen in onsite presentations

Some time there are no preview screen in onsite presentations.

Displayscope provides view and control through the window to the screen. You can demo naturally through Displayscope even if the screen is at behind you.

πŸ“₯ Install

Install from GitHub (Recommended)

  1. Download the setup package. Currently suppoeted only Windows.
    • Select "Keep" if you get warning when the download is completed.
    • After the download, unblock the download setup package file from the file's property or using Unblock-File cmdlet.
  2. Run the setup package to install.
  3. You can find Displayscope in the Start menu.

If you don't need Displayscope anymore, you can uninstall it from Apps & features in the Settings or Uninstall a program in the Control Panel.

Install from Microsoft Store

You can install Displayscope from Microsoft Store.

πŸ”¨ Build from source

Build environment requirements

Build package

  1. Building the C++ codes using Visual Studio's Developer PowerShell or Developer Command Prompt.

    cd src/setmousecursorpos
    nmake build
  2. Building the Displayscope installer package.

    cd src/app
    yarn install
    yarn electron:build

πŸ“ƒ Notesγ€€

βš– License

Copyright (c) 2020-present Takeshi Katano. All rights reserved. This software is released under the MIT License.

Disclaimer: The codes stored herein are my own personal codes and do not related my employer's any way.