In this episode I'm experimenting with building live programs: programs that can be modified as they run, without needing to be restarted. It's surprising how little code it takes.
I don’t immediately see how you can communicate between two running cartridges on either console. LÖVE allows both network and file system access, for better and worse.
And if you can’t combine two, the screen and memory constraints seem pretty tight.
But constraints are good for creativity! It would indeed be sweet if we came up with a way to get this experience.
Neat ! I’d love to see the same with PICO-8 or TIC-80, I did some vjing once with PICO-8 but had to load different cartridges while being live lol
Do it! 😄
I don’t immediately see how you can communicate between two running cartridges on either console. LÖVE allows both network and file system access, for better and worse.
And if you can’t combine two, the screen and memory constraints seem pretty tight.
But constraints are good for creativity! It would indeed be sweet if we came up with a way to get this experience.