juo has asked for the wisdom of the Perl Monks concerning the following question:
I have a question about Perl. I have often heard that Perl is as powerfull as a programmer language like C++ and can do most operations and sometimes even better. I was wondering if anybody has ever written a graphical display interface showing drawed lines and objects and ability to query those objects in Perl. Because so far I don't have seen any graphical applications of Perl besides of the GUI module Tk which is something else.
Pieter
Sorry about the confusion. I did not mean GUI interface but a CAM interface like somebody so nicely said below. I want to make some simple CAM interface showing certain objects on the screen in the form of lines and pads. See example below :
# PKG 24 PKG 5SMX 0 -0.02 -0.03 0.02 0.03 CT OB -0.01 -0.03 I OS -0.02 -0.02 OS -0.02 0.03 OS 0.02 0.03 OS 0.02 -0.03 OS -0.01 -0.03 OE CE
The sample above would have to show an object which has a certain name and which existing out of a combination of lines. A closed polygon.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Did anybody every make a Graphic interface using Perl
by Joost (Canon) on Nov 02, 2004 at 08:02 UTC | |
Re: Did anybody every make a Graphic interface using Perl
by dimar (Curate) on Nov 02, 2004 at 14:02 UTC | |
Re: Did anybody every make a Graphic interface using Perl
by jdporter (Paladin) on Nov 02, 2004 at 14:51 UTC | |
Re: Did anybody every make a Graphic interface using Perl
by jdtoronto (Prior) on Nov 02, 2004 at 14:42 UTC | |
Re: Did anybody every make a Graphic interface using Perl
by samtregar (Abbot) on Nov 02, 2004 at 16:50 UTC | |
Re: Did anybody every make a Graphic interface using Perl
by William G. Davis (Friar) on Nov 02, 2004 at 20:55 UTC |