e deleflie wrote: > Hi, > > I'm developing a simple little application (with a GUI) in Ruby (newb > status). Needs to run windows and OSX (and later on linux). > > So far I've been building it with tcl tk ... but I'm wondering if there's an > other GUI toolkit that is perhaps smaller and easier to bundle (cross > platform) with my little app? > > Etienne > > wxRuby (Ruby bindings for wxWidgets) is the best out there currently for cross-platform (obviously native widgets) and stability. As far as the ease of bundling it, it's usually just a matter of running a gem command. -- Matthew Harris http://matthewharris.org