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

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

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