https://github.com/nwutils/nw-window-manager
WIP: NW.js Window Management library
https://github.com/nwutils/nw-window-manager
Last synced: 3 months ago
JSON representation
WIP: NW.js Window Management library
- Host: GitHub
- URL: https://github.com/nwutils/nw-window-manager
- Owner: nwutils
- License: mit
- Created: 2020-09-15T16:15:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T17:21:55.000Z (over 4 years ago)
- Last Synced: 2025-01-13T11:24:27.635Z (5 months ago)
- Homepage: https://nwutils.io
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# nw-window-manager
WIP: NW.js Window Management library
## Ideas
* Easier stuff
* Create new windows
* Show relations of parent/child windows
* Hide/Show/Close a window remotely
* Hide/Show/Close all child windows
* Hide/Show/Close all windows
* Blur/Focus any window
* Harder stuff
* Communicate with windows created as a new instance (via sockets/ports)
* Keep track of window urls if possible
* Communicate with framework routing libraries maybe? (Like Vue-Router)
* Keep track of window stack order by listening to onFocus events and re-arranging an array