Re: [Anygui-users] Backend API design similar to anygui?
Brought to you by:
mlh
From: Magnus L. H. <ml...@id...> - 2001-12-26 06:16:57
|
On Mon, Dec 24, 2001 at 02:50:55AM -0800, Brett wrote: > I am planning to learn GUI programming and anygui is going to be my GUI > API of choice. But I know that there are going to be times where I > am going to want more then what anygui can offer me since it has to deal > with the lowest common denominator among its various backends. Yes, that is a point we intend to address, by allowing you to write backend-specific extensions etc. > I was wondering what backend has an API design similar to anygui? I hope > to minimize having to learn a backend that I would use for complex GUI > work that strays severely from anygui and thus minimize extra learning or > coding bugs because I can't keep the two API designs separated in my head. I'm not quite sure which one would look the most like Anygui, but in general, I think wxPython and Tkinter are good choices that aren't too hard to learn. (I sort of think that wxPython is a bit cooler, but that's probably just a matter of taste :) > Thanks in advance for any and all help. No problem -- not sure how much I helped, though ;) By the way: If you see something you need but which is lacking in Anygui, just shout. We might very well include support for it... :) > > -Brett C. -- Magnus Lie Hetland The Anygui Project http://hetland.org http://anygui.org |