https://github.com/kydronepilot/space-eye-windows-node-api
Native Windows API for SpaceEye app, to set multi-monitor wallpaper images
https://github.com/kydronepilot/space-eye-windows-node-api
cpp node-addon-api nodejs spaceeye wallpaper win32 windows
Last synced: 9 months ago
JSON representation
Native Windows API for SpaceEye app, to set multi-monitor wallpaper images
- Host: GitHub
- URL: https://github.com/kydronepilot/space-eye-windows-node-api
- Owner: KYDronePilot
- License: mit
- Created: 2020-06-12T21:38:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:59:14.000Z (about 3 years ago)
- Last Synced: 2025-02-08T04:46:57.956Z (11 months ago)
- Topics: cpp, node-addon-api, nodejs, spaceeye, wallpaper, win32, windows
- Language: C++
- Homepage: https://www.npmjs.com/package/space-eye-windows-node-api
- Size: 448 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SpaceEye Windows Node API
Native Windows API for [SpaceEye app](https://github.com/KYDronePilot/SpaceEye),
to set multi-monitor wallpaper images.
## Info
This package utilizes the
[`node-addon-api`](https://github.com/nodejs/node-addon-api) to interface NodeJS
directly with the `win32`
[`IDesktopWallpaper`](https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nn-shobjidl_core-idesktopwallpaper)
API in C++, to set the wallpaper on Windows computers. This package is designed
specifically for use with the [SpaceEye
app](https://github.com/KYDronePilot/SpaceEye).
## Related
- [SpaceEye](https://github.com/KYDronePilot/SpaceEye) - The main SpaceEye app
- [space-eye-icons](https://github.com/KYDronePilot/space-eye-icons) - Icons for
SpaceEye app
- [SpaceEyeSatelliteConfig](https://github.com/KYDronePilot/SpaceEyeSatelliteConfig) -
Config of available satellite views for SpaceEye app
- [space-eye-mac-node-api](https://github.com/KYDronePilot/space-eye-mac-node-api) -
Native Mac API for SpaceEye app, to set multi-monitor wallpaper images