Home > Archive > PerlTk > March 2005 > Tk resources.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I have learning perl/tk and I have ordered mastering perl/tk. learning
tk is good, it gave me an introduction to making guis. It is also a
good refrence for widgets.
I am wondering if there are any good resources for learning how to make
useful interactive guis. for example, I tried to write a demo program
to change the color of objects on a pallet. I also have a role-playing
game I wrote in perl and I would like to create graphics and a gui for
this game.
| |
| Ala Qumsieh 2005-03-28, 3:57 am |
| Joe wrote:
> I have learning perl/tk and I have ordered mastering perl/tk. learning
> tk is good, it gave me an introduction to making guis. It is also a
> good refrence for widgets.
>
> I am wondering if there are any good resources for learning how to make
> useful interactive guis. for example, I tried to write a demo program
> to change the color of objects on a pallet. I also have a role-playing
> game I wrote in perl and I would like to create graphics and a gui for
> this game.
Mastering Perl/Tk is the definitive reference. You'll do yourself a
favour by buying it.
Other resources, in no particular order:
- Archives of comp.lang.perl.tk.
- The demo that comes with the Perl/Tk installation.
Just type 'widget' at your command prompt.
- www.perltk.org
--Ala
|
|
|
|
|