I was thinking about this esp32 library which displays VGA directly from an esp32:
https://www.youtube.com/watch?v=G70CZLPjsXU&t=213s
https://www.youtube.com/watch?v=qJ68fRff5_k
https://www.youtube.com/watch?v=wu5sySCW5NE
https://www.tindie.com/products/bitluni/esp32-vga-board/
I was thinking it would be great to be able to load scripts from the web that could run programs and drive graphics and sound using the above library on an esp32.
There's not much free memory on the esp32 so no chance of HTML working.
Ideally it would be a simple programming language, and also be a secure sandbox so downloaded scripts could not directly program the esp32 CPU and could not send network requests to the local network.
I got to thinking - hey, maybe Gpascal might fit the bill... it seems a good simple language, able to control sprites and sound.
Of course it would have to be rewritten for the esp32 - it's a big project.
But I was interested to hear what anyone else thought about this idea.
Do you think gpascal might be a good simple language to run sandboxed scripts downloaded from the Internet? An embedded systems programming/scripting/graphics language.
It's really just a fun thought experiment as I don't have the time or skills to implement it but I do like the idea of Gpascal having a modern purpose.
https://www.youtube.com/watch?v=G70CZLPjsXU&t=213s
https://www.youtube.com/watch?v=qJ68fRff5_k
https://www.youtube.com/watch?v=wu5sySCW5NE
https://www.tindie.com/products/bitluni/esp32-vga-board/
I was thinking it would be great to be able to load scripts from the web that could run programs and drive graphics and sound using the above library on an esp32.
There's not much free memory on the esp32 so no chance of HTML working.
Ideally it would be a simple programming language, and also be a secure sandbox so downloaded scripts could not directly program the esp32 CPU and could not send network requests to the local network.
I got to thinking - hey, maybe Gpascal might fit the bill... it seems a good simple language, able to control sprites and sound.
Of course it would have to be rewritten for the esp32 - it's a big project.
But I was interested to hear what anyone else thought about this idea.
Do you think gpascal might be a good simple language to run sandboxed scripts downloaded from the Internet? An embedded systems programming/scripting/graphics language.
It's really just a fun thought experiment as I don't have the time or skills to implement it but I do like the idea of Gpascal having a modern purpose.