DeziPixel
Install
Build a Python virtualenv
virtualenv --python=python3.5 venv
activate it
. venv/bin/activate
and install the required packages
pip install -r requirements.txt
Usage
Run a simple static example on the terminal:
python -m examples.gradient
Run a simple animation on the terminal:
python -m examples.gradient_animation
Select a backend, for example flipmuccc for the FlipDot wall:
python -m examples.gradient_animation --display=flipmuccc
The Dodecahedron example:
python -m examples.shaded_polyhedron --poly poly/dodecahedron.json