Re: Need a simple graphics interface/function for ruby

2012-07-28 Thread Chuck Brotman
Regis, Thank you for your informative reply. I'll give it a try! On Tuesday, July 24, 2012 4:16:53 AM UTC-4, Regis d'Aubarede wrote: > here a example with gtk by a littlr dsl > > ... install gtk2 > > gem install Ruiby > > and then : > > > require 'ruiby' > M=12 > N=10 > Ruiby.app wid

Need a simple graphics interface/function for ruby

2012-07-24 Thread Chuck Brotman
Hi, I'd like to have an M x N array of characters which I can address (say, by Row and column) and update or read any spot (M,N). This array would map directly to a window. can anyone suggest the best/easiest way to implement this? In other words, I'm looking for a way to display an array o