@neauoire what do the lines do? Do they pipe output between subwindows? If so, then cool! I imagined something like that before, happy to see it actually existing.
Top-level
@neauoire what do the lines do? Do they pipe output between subwindows? If so, then cool! I imagined something like that before, happy to see it actually existing. 6 comments
@neauoire would it be possible to run a host system's command? There are uxn terminals, right? @neauoire hot. With some clever routing, I can see how a simple web browser can be implemented. There's a loop: curl wrapper, html renderer, buttons (a very simple program). I wonder if control flow can be done somehow... @bouncepaw it can, once I'm done with mouse-picking with windows, I'll make you a little video demo! |
@bouncepaw yeah, that's what it does, in this example, I'm piping the hello world program in another program that just forwards each character, and the porporo.rom is just printing it to the terminal out.