in reply to Re^3: Perl/Tk WYSIWYG
in thread Perl/Tk WYSIWYG

I started working on WYSIWYG GUI builder for Perl/Tk (the goal is to create a Visual Basic style IDE for Perl/Tk) a couple of months ago and have posted the project on SourceForge.net under the name VisualCamel. Any Perl coders that would like to help out with this project are welcome. The current package available is not complete but includes several widgets and allows you to open and save a project and export the open project to Perl code.

I plan to add the ability to export a project as a new Tk module.

Replies are listed 'Best First'.
Re^5: Perl/Tk WYSIWYG
by Anonymous Monk on Apr 20, 2010 at 00:32 UTC
    Visual Camel looks promising.
    nice work!
      Does anyone know of a good website that has pictures of what the various Perl/Tk widgets look like?