Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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]

Awesome Lists containing this project

README

        


Lights-Up


Philips Hue controller for elementary OS.



Screenshot

## 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.