Reputation: 21676
I am looking for a WYSIWYG GUI creator. I searched on Google and I found VisualCamel but this is not for Linux.
Let me know if there are more such creators available for Linux. I find it hard to use Perl/Tk module and then code in it. I wish for a GUI builder like Visual basic.
Upvotes: 3
Views: 1827
Reputation: 86
FYI, VisualCamel is written in perl, so it will run on linux, provided that you install perl, install Tk module (and any other prerequisites)
spectcl (or any Tcl GUI Builder) along with perl module Tkx
wxGlade along with perl module Wx
Glade along with perl module Gtk2::GladeXML
Upvotes: 1