vote up 2 vote down star
2

I've heard and used some of the libraries like Ext JS, qooXdoo, jQuery UI, dijit. I know there are unofficial attempts to create GUI builders but they are not really great.

Any chance there is a HTML/JavaScript UI widget library with a decent GUI builder?

flag

2 Answers

vote up 1 vote down

Ext has a couple of GUI builders.

GUI Designer by webBlocks (much nicer and up to date) http://www.webblocks.eu/designer/index.php

GUI Builder by tof2k (he admitted he had no time to work on it anymore when he released it)

link|flag
In fact I think projectspace.nl is updated version, still I was wondering if there is anything else. – Raf Apr 30 at 23:30
Ha! I thought it was by the webBlocks guys. Well, we'll see what else is out there I guess. – altCognito Apr 30 at 23:32
Here's the thread I found it under, it looks like it was written by them, but when they are cloned like this, it's hard to say:extjs.com/forum/showthread.php?t=28133 – altCognito Apr 30 at 23:33
Ext JS is nice but seems to be a bit to heavy (also it's free only for Open Source projects). The GUI builder looks impressive but still too far to be considered easy to use. Best and easiest GUI builder I've seen so far is the one in Visual C# 2008. I think it's about time to bring some decent GUI builder to web development. I'm actually considering starting project that would use jQuery + standard html components + chosen jQuery UI components and plugins.. – Raf May 4 at 1:07
Oh, yknow, as well as I know ext, you'd think I would have noticed that licensing issue. That's like not even being open source. – altCognito May 4 at 2:03
vote up 0 vote down
  1. Glimmer is a GUI builder for jQuery. The builder is a closed-source Windows application, but the generated code is all open-source.
  2. Isomorphic Software has a web-based GUI builder, and is open-source.
  3. And then there are ExtJS GUI builders that altCognito mentions.
link|flag
Glimmer is not GUI builder, I didn't see any components involved there. I didn't see Isomorphic's SmartClient VisualBuilder in action as it looks like it requires JSP to work. The whole framework seems to be quite powerful but at the same time slow and heavy. Also version with VisualBuilder isn't free. – Raf May 16 at 21:25
In addition, there's Cappuccino, which is a GUI Builder for mac-like web-standards-based applications that run in the browser. They developed a language called Objective-J that duplicates the Mac-native Objective-C language and runs on Javascript: cappuccino.org/learn – Eric Nguyen May 20 at 20:42

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.