Add setup script and configuration file for pixelserver2.
This commit is contained in:
8
pixelfooconf.py
Normal file
8
pixelfooconf.py
Normal file
@ -0,0 +1,8 @@
|
||||
Apps = [
|
||||
# juergen/pixelfoo
|
||||
{"guiname": "Colored noise", "name": "cnoise", "cmd": "apps/cnoise", "persistent": False},
|
||||
{"guiname": "Dual Moodlight", "name": "bimood", "cmd": "apps/bimood", "persistent": False},
|
||||
{"guiname": "Maze", "name": "maze", "cmd": "apps/maze", "persistent": False},
|
||||
{"guiname": "Dual Maze", "name": "dualmaze", "cmd": "apps/dualmaze", "persistent": False, "persistent": False},
|
||||
{"guiname": "Predator & Prey", "name": "predprey", "cmd": "apps/predprey", "persistent": False},
|
||||
]
|
Reference in New Issue
Block a user