52e7f04e46
* Introduce Dark Mode * Auto Detect Dark Mode from OS Some OS (iOS or Mac OS e.g.) can give the browser an information if system wide dark mode is set or not. If the OS shares this information, webui is set automatically to the mode. Manual overwrite is still possible by pressing button on the webui. This is valid as long the session in the client is open. * Burger Button Dark Mode Dark Mode for Burger Button (Mobile View) |
||
---|---|---|
.ci | ||
.github | ||
.vscode | ||
assets | ||
bin | ||
cmake | ||
config | ||
dependencies | ||
doc | ||
effects | ||
include | ||
libsrc | ||
resources | ||
src | ||
test | ||
.azure.yml | ||
.codedocs | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
3RD_PARTY_LICENSES | ||
CMakeLists.txt | ||
CompileHowto.md | ||
CONTRIBUTING.md | ||
CrossCompileHowto.md | ||
HyperionConfig.h.in | ||
LICENSE | ||
README.md | ||
version |
About Hyperion
Hyperion is an opensource Bias or Ambient Lighting implementation which you might know from TV manufacturers. It supports many LED devices and video grabbers. The project is still in a alpha development stage (no stable release available).
Features:
- Low CPU load makes it perfect for SoCs like Raspberry Pi
- Json interface which allows easy integration into scripts
- A command line utility for testing and integration in automated environment
- Priority channels are not coupled to a specific led data provider which means that a provider can post led data and leave without the need to maintain a connection to Hyperion. This is ideal for a remote application (like our Android app).
- Black border detector and processor
- A scriptable (Python) effect engine
- A multi language web interface to configure and remote control hyperion
If you need further support please open a topic at the forum!
Contributing
Contributions are welcome! Feel free to join us! We are looking always for people who wants to participate.
For an example, you can participate in the translation.
Requirements
Debian 9, Ubuntu 16.04 or higher. Windows is not supported currently.
We provide a macOS Build but we can not support this.
Building
See CompileHowto and CrossCompileHowto.
Download
Alpha releases available from the Hyperion release page
License
The source is released under MIT-License (see http://opensource.org/licenses/MIT).