On Tue, 15 May 2001, Mathieu Bouchard wrote: > Announcing Ruby/X11 version 0.1. I release it because I just succeeded in > running the test program. It creates three white windows and shows them. > The code that I've written to date should be a good indication of things > to come. > http://hostname.2y.net/~matju/RubyX11/RubyX11-0.1.tar.gz Note that it depends temporarily on MetaRuby, but it's easy to remove that one. search and remove these lines from X11/Base.rb: require "ListMixin" class Object; include CommonAssert ... assert_type ... Note also that Yoshida Kazuhiro (aka "moriq") has written an Xlib wrapper in C. I think you can still find it on his webpage. (If not, then write to me and I'll put it on my page). His wrapper covers about two thirds of the whole Xlib; it's object-oriented; but it supports only one connection (which is fine for most uses) matju