A way to code a HUD in Linux?

I want to code some sort of HUD, this is, a transparent desktop layer
that will react when some hotkeys are pressed, just like those notebooks
special keys that draw volumen icons on the desktop.

Would you use gtk for this? SDL?

Any idea?

On Sun, Oct 24, 2010 at 8:52 PM, Javier V. [email protected]
wrote:

I want to code some sort of HUD, this is, a transparent desktop layer
that will react when some hotkeys are pressed, just like those notebooks
special keys that draw volumen icons on the desktop.

Would you use gtk for this? SDL?

Any idea?

XOSD should do the job?

Michael F. wrote in post #956693:

XOSD should do the job?

well, I thought using Xlib and checking xosd sourcecode, but then found
that ruby xlib wrappers are really outdated.

i think xlib will be the only way for this since I need to use graphics
and not only text