Added a pixelflut

This commit is contained in:
Andreas Völker
2018-12-30 15:27:43 +01:00
parent 7f31d407d7
commit e6bf90667d
6 changed files with 255 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ WebPort = 8000
Apps = [
{"guiname": "Structure formation", "name": "swifthohenberg", "cmd": "apps/swifthohenberg.py", "persistent": False},
{"guiname": "Flicker", "name": "flicker", "cmd": "apps/flicker"},
{"guiname": "Pixelflut", "name": "pixelflut", "cmd": "apps/pixelflut", "persistent": True},
{"guiname": "Pong", "name": "pong", "cmd": "apps/pong.py"},
{"guiname": "YoutubeDL", "name": "youtubedl", "cmd": "apps/youtubedl.sh", "persistent": False},
{"guiname": "Show Framebuffer", "name": "fbcp", "cmd": ["apps/fbcp", "/dev/fb0"]},