21 lines
445 B
Markdown
21 lines
445 B
Markdown
# Pixelthud
|
|
|
|
Animationen für die Decken-LED-Matrix im Chaospott. Kompatibel zu pixelserver2.
|
|
|
|
## Shady wrapper
|
|
|
|
Wrapper script for https://codeberg.org/polyfloyd/shady
|
|
|
|
go install github.com/polyfloyd/shady/cmd/shady@latest
|
|
|
|
### Preview with https://codeberg.org/polyfloyd/ledcat:
|
|
|
|
cargo install ledcat
|
|
|
|
export EGL_PLATFORM=surfaceless
|
|
export MESA_GL_VERSION_OVERRIDE=3.3
|
|
export LEDCAT_GEOMETRY=80x40
|
|
|
|
./shady.sh 80 40 20 | ledcat -f 20 show
|
|
|