@chorist This is just one window manager that I wrote, that handles drawing all these different varvara instances, and handling communication between them :)
Top-level
@chorist This is just one window manager that I wrote, that handles drawing all these different varvara instances, and handling communication between them :) 2 comments
@chorist yeah, the uxn emulators that I use are written in C normally. You can see the code here, maybe that'll help you understand. But it could just as well be written in another language. Uxn as a target is rather slow, so for efficiency's sake, it's best if some drawing calls and memory management is kept in near native scale. |
@neauoire Ah ok so the window manager isn’t in uxn? In C or something? I think I need to better understand window managers first maybe.