Email or username:

Password:

Forgot your password?
Top-level
Devine 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 :)

2 comments
Chorist

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

Devine 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