Donovan
Donovan

Reputation: 29

Rapidly prototype GUI's

G'Day,

I am looking to prototype a windows based GUI. Ideally I would like:

I have been using Visio 2003 for this kind of thing and then producing a PDF. However it has some disadvantages:

If possible a free / open source application would be preferable but a low priced commercial application would also be good.

All pointers and suggestions greatly appreciated.Rapid

Upvotes: 2

Views: 575

Answers (3)

nanda
nanda

Reputation: 24788

Balsamiq Mockups is the best I can find.

http://www.balsamiq.com/products/mockups/confluence

It's $149 but I don't know how much cheap is for you

Upvotes: 0

Toad
Toad

Reputation: 15925

the new Microsoft SketchFlow is a package designed for this purpose. Creating flow's from sketches, adding GUI's to show the client some basic interaction ideas, etc.

You can send the 'sketches' as an EXE to them so they can comment and annotate, but you can also put it on the web, and even export it to regular interaction design style Word docs.

Adding fake data to some GUI elements like datagrids is also possible.

Upvotes: 5

David Rutten
David Rutten

Reputation: 4806

This is hardly an answer, but WPF allows you to specify a GUI as an xml file (XAML). I've never used WPF though, and whenever I learn something new about it, it makes we want to shun away even more.

If I was in your predicament, I'd probably write a VB or C# app that parsed an xml or other human-readable file and generated a faux GUI on the spot.

Upvotes: 0

Related Questions