I am building a desktop app that will put a simple graphical HUD on to other application windows. So basically I need for my app to be able to access another app as the parent, and then build out the HUD on top of it. Is this possible with RMagick? If not, is there something else in ruby that would do what I needed?
I basically need help exploring options, since there seems to be very little information related to doing something like this. So if that involves the fact that I have to access a specific C library or something, that is fine. I'm just a little lost on where to start.
EDIT: can someone comment on why this is getting no responses whatsoever? Is it just that unique of a requirement?