25 lines
574 B
Markdown
25 lines
574 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```
|
|
|
|
Note: Make sure that the executable ends up somewhere in $PATH
|
|
|
|
## 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
|
|
```
|
|
Ledcat preview works for all apps. (Not just shady,)
|