[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

BLT -- integrating into Ruby

Patrick Lynch

11/9/2006 6:52:00 PM

Hi,
BLT is a very nice graphics package. Does anyone know how to integrate
it into Ruby?
Thx,
Pat

--
Posted via http://www.ruby-....

4 Answers

Morton Goldberg

11/9/2006 9:07:00 PM

0

On Nov 9, 2006, at 1:52 PM, Patrick Lynch wrote:

> Hi,
> BLT is a very nice graphics package. Does anyone know how to integrate
> it into Ruby?

require 'tk'
require 'tkextlib/blt'

Also, check out:

http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ext/...
tkextlib/blt/

Regards, Morton

Hidetoshi NAGAI

11/10/2006 1:57:00 AM

0

John W. Long

11/10/2006 7:12:00 AM

0

Patrick Lynch wrote:
> BLT is a very nice graphics package. Does anyone know how to integrate
> it into Ruby?

<quip>

require "bacon/chunky"

</quip>

Sorry, couldn't resist! :-)

--
John Long
http://wiseheart...

Martin DeMello

11/10/2006 10:16:00 AM

0

On 11/10/06, John W. Long <ng@johnwlong.com> wrote:
> Patrick Lynch wrote:
> > BLT is a very nice graphics package. Does anyone know how to integrate
> > it into Ruby?
>
> <quip>
>
> require "bacon/chunky"
>
> </quip>
>
> Sorry, couldn't resist! :-)

Lettuce not even go there (:

martin