https://github.com/kydronepilot/space-eye-mac-node-api
Native Mac API for SpaceEye app, to set multi-monitor wallpaper images
https://github.com/kydronepilot/space-eye-mac-node-api
macos node-addon-api nodejs objective-c spaceeye wallpaper
Last synced: 10 months ago
JSON representation
Native Mac API for SpaceEye app, to set multi-monitor wallpaper images
- Host: GitHub
- URL: https://github.com/kydronepilot/space-eye-mac-node-api
- Owner: KYDronePilot
- License: mit
- Created: 2020-06-20T17:51:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:59:17.000Z (about 3 years ago)
- Last Synced: 2025-03-18T14:05:53.765Z (10 months ago)
- Topics: macos, node-addon-api, nodejs, objective-c, spaceeye, wallpaper
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/space-eye-mac-node-api
- Size: 407 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SpaceEye Mac Node API
Native Mac 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 `AppKit`'s
[`NSWorkspace`](https://developer.apple.com/documentation/appkit/nsworkspace?language=objc)
in Objective-C, to set the wallpaper on macOS 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-windows-node-api](https://github.com/KYDronePilot/space-eye-windows-node-api) -
Native Windows API for SpaceEye app, to set multi-monitor wallpaper images