duncanjbrown / half_light

control a colour field

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

half_light

half_light

control a colour field using reactive sliders, either RGB or HSV

use separate Processes for GUI and output

prototype to run on an embedded system where the operator can use physical knobs to change the colour of an LCD panel, hence swappable GUIColourControls

installation

python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt

running

. .venv/bin/activate
python app.py

About

control a colour field


Languages

Language:Python 100.0%