An open API service indexing awesome lists of open source software.

https://github.com/tatiwel/electron-multi-window

This project aims to create multiple windows that synchronize data between themselves. This removes the limitation of the user having to use only one window to build their application and allows them to interact with subsequent windows, synchronized with the parent element. Work in progress (2025/05/16)
https://github.com/tatiwel/electron-multi-window

electron ipc javascript monitor multi multimonitor multiscreen multiwindow react typescript vite window

Last synced: 7 months ago
JSON representation

This project aims to create multiple windows that synchronize data between themselves. This removes the limitation of the user having to use only one window to build their application and allows them to interact with subsequent windows, synchronized with the parent element. Work in progress (2025/05/16)

Awesome Lists containing this project

README

          

# electron-multi-screen

Get Started

```bash
$ https://github.com/Tatiwel/electron-multi-screen.git

$ cd electron-multi-screen

$ npm install

$ npm start
```