config and setup
This commit is contained in:
parent
37c3628afa
commit
f5e3b2b4f3
@ -2,4 +2,7 @@ Apps = [
|
|||||||
# pixelthud
|
# pixelthud
|
||||||
{"guiname": "Fading Pixels", "name": "fadingpxls", "cmd": "apps/fading_pixels.py", "persistent": False},
|
{"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": "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},
|
||||||
]
|
]
|
||||||
|
7
setup.sh
7
setup.sh
@ -2,8 +2,15 @@
|
|||||||
|
|
||||||
cp -f fading_pixels.py ../../apps/
|
cp -f fading_pixels.py ../../apps/
|
||||||
cp -f plane_wave.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/fading_pixels.py
|
||||||
chmod +x ../../apps/plane_wave.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/
|
cp -f pixelthudconf.py ../../configs/
|
||||||
|
Loading…
Reference in New Issue
Block a user