http://qs321.pair.com?node_id=393173


in reply to Looking for perl/tk code

You could take a look at my graph editor GED. I don't use GD for printing, but the other points are covered, I think. You can find it here:

http://www.duehl.de/christian/perl/ged.html#download

It's a german side, but you will find the download link easily. The program has german comments too, but it's planed to be translated.

You can't steal this code, because it already belongs to you (to all) =)

Replies are listed 'Best First'.
Re^2: Looking for perl/tk code
by johnnywang (Priest) on Sep 24, 2004 at 05:02 UTC
    That's great, exactly what I want. Actually I'm trying to have an app to help me draw geometry pictures, and to include the picture in latex file. Your program does exactly that. Would love to have an english version (ha, I returned the little german I knew to the teachers long time ago.). I see you're exporting latex directly, I was thinking of exporting GD instructions, and generate png with GD, then include the image in latex. Thanks.