now if i can automate a cycle of different sketches or auto reloading whenever a sketch gets changed and open remote sketch editing people can make cute things or messages appear in my room https://computerfairi.es/media/9FrB7OSrKUw4ZLOsDX8
plasma sketch running on gles p2d. has to draw every 2 lines and every 5 columns to run at any acceptable framerate on pocket chip.
reimplementing in shaders is more efficient but i'm too ignorant. https://computerfairi.es/media/B4nN0rBe9DNJ4AyX5H0
this project is progressing well :3 the chip listens to a file change and updates the screen, and also (depending on the sketch itself calling this) writes a screenshot every 60 frames to a ramdisk (so it's not trashing the chip nand)
what i need to do now is use my other server in the room (univac) to serve a webpage where you can update the script and also see the live preview off the chip
but that'll wait until tomorrow~