got shaders playing crudely and openframeworks being run from python

This commit is contained in:
langolierz
2018-09-27 18:51:18 +00:00
parent 14d6e4b8bd
commit 8ca21cc2b4
5 changed files with 78 additions and 11 deletions

View File

@@ -123,8 +123,16 @@
],
"value": "off"
},
"OF_SCREEN_SIZE": {
"action": "toggle_of_screen_size",
"options": [
"full",
"dev"
],
"value": "dev"
},
"VIDEO_BACKEND": {
"action": null,
"action": "switch_video_backend",
"options": [
"omxplayer",
"openframeworks"