[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Canvas Controls?

mepython

1/29/2005 1:51:00 PM

I like to create an application which allows users to add different
objects on a canvas. I came across qtcanvas and gnome2 canvas. Anybody
has any experience with them? What about any other canvas?
I will be interested in animation on this object also at some later
time.

3 Answers

Tilman Sauerbeck

1/29/2005 3:05:00 PM

0

mepython <a@agni.us> [2005-01-29 22:55]:
> I like to create an application which allows users to add different
> objects on a canvas. I came across qtcanvas and gnome2 canvas. Anybody
> has any experience with them? What about any other canvas?
> I will be interested in animation on this object also at some later
> time.

You could also have a look at Evas, the Enlightenment project's canvas.
If you need to animate stuff, Edje might be a good choice, too?

There are bindings for those in development at
http://code-monkey.de...

General information about Evas and Edje etc can be found at
http://enlight...

--
Regards,
Tilman


Martin DeMello

1/29/2005 4:37:00 PM

0

mepython <a@agni.us> wrote:
> I like to create an application which allows users to add different
> objects on a canvas. I came across qtcanvas and gnome2 canvas. Anybody
> has any experience with them? What about any other canvas?
> I will be interested in animation on this object also at some later
> time.

If your application is essentially a canvas and some supporting code,
give Tk a thorough look too. The vector nature of the canvas makes it a
joy to work with.

martin

mepython

1/29/2005 5:58:00 PM

0

I heard a lot of good things about Tk canvas but it doesn't have good
feel for controls. How does gnome2 canvas compares to Tks' canvas