Email or username:

Password:

Forgot your password?
Devil Lu Linvega

Centering windows on a key press makes things a bit easier.

4 comments
Chorisssssssst (snake voice)

@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? :)

Devil Lu Linvega

@chorist This is just one window manager that I wrote, that handles drawing all these different varvara instances, and handling communication between them :)

Chorisssssssst (snake voice)

@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.

Devil Lu Linvega

@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.
git.sr.ht/~rabbits/porporo/tre

Go Up