Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Philip-Scott/Lights-Up
Philips Hue controller for Linux [WIP]
https://github.com/Philip-Scott/Lights-Up
gtk3 linux-app philips-hue-lighting
Last synced: 3 months ago
JSON representation
Philips Hue controller for Linux [WIP]
- Host: GitHub
- URL: https://github.com/Philip-Scott/Lights-Up
- Owner: Philip-Scott
- License: gpl-3.0
- Created: 2017-12-26T22:26:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T19:59:19.000Z (over 2 years ago)
- Last Synced: 2024-05-12T14:31:07.204Z (6 months ago)
- Topics: gtk3, linux-app, philips-hue-lighting
- Language: Vala
- Homepage:
- Size: 157 KB
- Stars: 29
- Watchers: 5
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-elementaryos - Lights-Up - Control Philips Hue lights from your elementary OS desktop (Applications / Accessories)
README
Lights-Up
Philips Hue controller for elementary OS.
## Installation
### Dependencies
These dependencies must be present before building
- `meson (>=0.40)`
- `valac (>=0.16)`
- `debhelper (>= 9)`
- `libgranite-dev`
- `libgtk-3-dev`
- `libsoup`### Building
```
meson build && cd build
meson configure -Dprefix=/usr
ninja
sudo ninja install
com.github.philip-scott.lights-up
```### License
This project is licensed under the GPL3 License - see the [LICENSE](LICENSE.md) file for details.