From: "SHULTZ,BARRY (HP-Israel,ex1)" Date: 2001-05-15T14:15:39+09:00 Subject: [ruby-talk:15143] RE: Q: GUI framework with direct drawing capabi lities? > I wonder whether there's any Ruby GUI package available which not only > supports the usual widgets/controls but also has some kind of canvas > object in which I can draw directly. It should support Windows and > optionally Linux. > I've been using FXRuby lately for a few small projects. It's cross platform, easy to use, and if you download the src distribution, you'll find a canvas example in /examples/scribble.rb . Barry