Today I got something resembling a working uxn development setup running in porporo. Still not using all the tricks, and my old eyes struggle a little with the small text. #uxn #DecemberAdventure
Today I got something resembling a working uxn development setup running in porporo. Still not using all the tricks, and my old eyes struggle a little with the small text. #uxn #DecemberAdventure 3 comments
@rl_dane @tbsp it's a framebuffer program, I use SDL so I don't have to deal with x11 keycodes atm but I might port it to x11 if anyone needs it, but it's the same idea. It's a kind of VM multiplexer that only handles communication between uxn programs. Like emulating pipes between unix utilities. It's only a few hundred lines of code, it allows to bypass the host system to do uxn dev. |
@tbsp
Beautiful! How does it work? Is it a full-screen X11 program, or framebuffer, or something different? Or does it use native windowing?