Laughlin, Joseph V wrote: > I've been tasked with creating a GUI application. I'd > like to do it in Ruby. Needs to run on *nix. > > Anyone got any suggestions on frameworks, resources, etc? > > Overview of the application: Needs to constantly display > data that's being grabbed (and periodically updated) from > a C library. Displays the data (with columns, tabs, > etc). Also needs to display data in a "3D" view (i.e. > some data consists of a object that's moving around in 3D > space. Need to model that somehow.) User needs to be > able to move the objects around in this 3D space, give > objects new attributes and directions, stuff like that. > > Any ideas on where to start? > > Thanks, > Joe If anyone else is interested, http://www.rubygarden.org/ruby?ComparingGuiToolkits may be useful.