From: RedShift Date: 2006-04-17T19:28:42+09:00 Subject: Ruby draw fullscreen windows Hello Seeing the current state of "mediacenter" software, I decided to write my own. For playing multimedia, I decided on xine-lib using http://xiron.sourceforge.net/ I still need one thing though, something to draw windows with. Like GTK, QT, TK, etc... Easily skinnable would be nice. It should also be easy to control by keyboard, the goal of the GUI is that it can be used with only four arrow keys (up, down, left, right) and an enter button. And it should be able to draw windows fullscreen without borders. Any suggestions? I would also like to know if it were able to access v4l (video for linux) devices from ruby, this thing has got to be able to make use of a TV card. Thanks Glenn