/electron-telestrator

A telestrator app used to draw over arbitrary content. Useful with video streaming programs.

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

electron-telestrator

Creates a window that allows drawing over your screen content.

Hold left mouse to draw.

Right click to clear screen.

Use with streaming applications

Open a preview window of your streaming output, then run Telestrator and position the screen over the preview window.

In your streaming app, add a 'Window Source' to your scene and select the Telestrator window.

Draw something on the telestrator and reposition the window until the lines match up.

To Develop

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/JPTeasdale/electron-telestrator
# Go into the repository
cd electron-telestrator
# Install dependencies
npm install
# Run the app
npm start

To Package

Follow the Electron Packaging instructions: https://electronjs.org/docs/tutorial/application-distribution

Check package.json for the electron version this app is using.