Advertisement

Programming a window manager?

Started by June 05, 2005 02:31 PM
2 comments, last by Winograd 19 years, 3 months ago
Hello, So I'm looking to try to program a window manager/desktop thing. Just for the learning experience. I've been looking at some simple ones (like twm and stuff), but are there any online resources dedicated to this topic (or at least minimally discussing it) that you guys could recommend? If you care to give me any ideas, that would be good too [smile]. Thanks in advance!
- fyhuang [ site ]
From memory, there's very little. I recommend that you write a few normal xlib clients to get used to xlib. It's rather a pain :/.
Advertisement
Hmm, okay. Thanks!
- fyhuang [ site ]
Sorry, I really don't know any resources for beginners. But here's one wm you should probably check out: aewm . WM has about 1500 lines of c code. And then if you're fan of oop and/or python there's plwm , wm written in python. Or actually IIRC it's a lib of some sort that makes it "easy" to write a wm. Full implementation (not just the lib) seems to ship with the sources.

This topic is closed to new replies.

Advertisement