I guess http://www.freedesktop.org/wiki/ would be as good a place to start as any, though I'd be lying if I said I wasn't curious what you plan to do with a WM that isn't compatible with existing software....
Hi, i have some new ideas for a new opengl window manager. does anyone have any links/code or info about the subject. Ive search google but no joy.
The window manager i wish to create does not have to be compatable with existing linux software.
Last edited by gafferuk; 06-04-2009 at 10:09 AM.
I guess http://www.freedesktop.org/wiki/ would be as good a place to start as any, though I'd be lying if I said I wasn't curious what you plan to do with a WM that isn't compatible with existing software....
failsafewm from http://www.small-window-manager.de/swm-download.html is damn small, should be good example WM code without fluff.
There is already a library that does what you seem to want: Describe the desktop in terms of physical objects, rendering with OpenGL, and so on. Unfortunately, I can't remember the name right now, it's used in some other compositing related projects. You should at least check it out before you go and reinvent the wheel, since I'm sure you will be able to implement more of your ideas by teaming up with the other guys.
I think he means clutter, which iirc is a toolkit much like gtk and qt but opengl-based.
Thanks Zhick, I was indeed thinking of clutter.
Clutter looks quite good but is not what im looking for, it's 2D controls in 3D space, i wish to have 3D controls in 3D space.
I don't want to use an existing GUI toolkit, theres no fun in that.
im trying to remove as much technologies as possible to create a new clean Window Manager & integrated GUI.
Heres an example screenshot of what im after, its from a past music app i was working on:
![]()
Last edited by gafferuk; 06-06-2009 at 08:25 AM.