1
0
Fork 0

config and setup

This commit is contained in:
m 2020-02-22 00:19:31 +01:00
parent 37c3628afa
commit f5e3b2b4f3
2 changed files with 10 additions and 0 deletions

View File

@ -2,4 +2,7 @@ Apps = [
# pixelthud
{"guiname": "Fading Pixels", "name": "fadingpxls", "cmd": "apps/fading_pixels.py", "persistent": False},
{"guiname": "Plane Wave", "name": "planewave", "cmd": "apps/plane_wave.py", "persistent": False},
{"guiname": "Rock-paper-scissors-spock-lizard", "name": "rps", "cmd": "apps/rps.py", "persistent": False},
{"guiname": "Doom Fire", "name": "doomfire", "cmd": "apps/doom_fire_psx2.py", "persistent": False},
{"guiname": "Maxwell FDTD", "name": "fdtd", "cmd": "apps/fdtd.py", "persistent": False},
]

View File

@ -2,8 +2,15 @@
cp -f fading_pixels.py ../../apps/
cp -f plane_wave.py ../../apps/
cp -f rps.py ../../apps/
cp -f doom_fire_psx2.py ../../apps/
cp -f fdtd.py ../../apps/
chmod +x ../../apps/fading_pixels.py
chmod +x ../../apps/plane_wave.py
chmod +x ../../apps/rps.py
chmod +x ../../apps/doom_fire_psx2.py
chmod +x ../../apps/fdtd.py
cp -f pixelthudconf.py ../../configs/