Centering windows on a key press makes things a bit easier.
4 comments
@chorist This is just one window manager that I wrote, that handles drawing all these different varvara instances, and handling communication between them :) @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. @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 So neat to see all this. Are all of these windows running within one big uxn window, or is this using windows from your Linux system, or am I misunderstanding it altogether? :)