vote up 26 vote down star
18

Hello.

I need to create a prototype of ui. I'm googling, and find "Axure RP", but it very expensive for us company.

Other way for creating UI prototype is tools like Qt Designer, but it doesn't provide some cool functions and sometimes demand bit programming skills.

Do you know freeware tool for my task for man without any programming skills? Thanks.

Ps. excuse my english ;)

flag

0% accept rate
I suppose its silly to ask this but you are targeting Windows right? If you're targeting Windows Vista, you might say that because you may want tools that can generate XAML. – Onorio Catenacci Oct 1 '08 at 12:28
Added a few tags to the list of tags just to help others to find the question and its answers. – Onorio Catenacci Oct 1 '08 at 12:30

27 Answers

vote up 2 vote down

For UI prototyping, I still use Delphi and Visual Studio (Windows Forms or WPF), both available in a free version.

Edit: I overread your "no programming skills" condition. You won't need programming skills with these tools to design the prototype, but for anything fancy, you'll still need to write some code, be it some XAML for WPF or C#/Delphi code for the others.

You can, however, also try Microsoft Expression Blend, which will allow you to design WPF UIs with almost no programming skills. That one is not free though, unless you have an MSDN subscription.

link|flag
vote up 0 vote down

I just created a UI prototype in C# using visual studio.

I've also done it using photoshop/Paint.Net.

I've seen some really cool video that unfortunately I can't find right now that mocked a whole UI using bit of paper that were added/removed/moved about/ unfolded on a base piece of paper.

link|flag
vote up 65 vote down

Pad and paper

link|flag
When a sketch tells more than long answers ;-) – gizmo Oct 1 '08 at 9:23
and how you test interact and some activity on paper? – Golovko Oct 1 '08 at 9:29
3  
You don't. If you're testing interactivity, you're out-of-scope of GUI protoyping. – gizmo Oct 1 '08 at 9:50
okay, but i'm want view prototype on screen, because some thing look cools on paper, but on screen it's very bad or hardly realise. – Golovko Oct 1 '08 at 10:00
3  
I've found, for myself, simple is better. Don't worry so much about the paint brush; worry about the art. – Pickle Pumper Jun 19 at 12:45
show 2 more comments
vote up 2 vote down

You could use Balsamiq Mockups, it made a good impression on me. I usually just use Interface Builder though.

link|flag
vote up 4 vote down

You could give Pencil a try.

link|flag
vote up 2 vote down

I reccomend paper and pencil for some initial ideas. OmniGraffle produces some nice wireframes and is fairly cheap however it's for Mac OS. Alternatively just use an image editor.

link|flag
vote up 2 vote down

We use Mockup Screens at work ("Quick and Easy Screen Prototypes"). It's easy to alter screens and the scetches make clear that this is only a design.

The mockups are then included in a Word document containing the spec.

Mockupscreens is not free but really not expensive, as the pricing page shows.

link|flag
+1 for this answer. The new verions is great. – Jamo Apr 1 at 19:29
vote up 33 vote down

I like Balsamic Mockups. I like the fact that it uses a hand-drawn look. Too often you can get bogged down making a UI design look exactly like the real thing that you lose sight of the actual design process. With their design you can't make a mockup that looks like the real thing so you don't even try. I found that to be remarkably liberating.

link|flag
This is cool. I am using this for my mockups. – Saif Khan Dec 4 '08 at 1:08
My company has never been happy with pencil/paper prototypes, so I'm going to try Balsamiq. Looks pretty cool. – LuckyLindy Apr 2 at 1:41
This program is great – Ronnie Overby Apr 30 at 21:13
Thanks! I start with pencil and paper but it sure would be nice to have something like Mockups... trying the demo now. Thanks for the info! – Pickle Pumper Jun 19 at 12:48
vote up 14 vote down

For low-fidelity software UI prototypes paper, pen, pencil, some colour markers, post-it notes work the best.

  1. These materials are cheap and widely available.

  2. You can still make copies, scan or throw the prototypes away.

  3. Paper prototypes can be made or modified promptly, in front of the users no matter what work settings are (as opposed to high-tech options that need laptop, power supply etc).

  4. It is very flexible media and lets you express lots of information quickly. Specialised software limits you to whatever features are implemented, it will take you a while to become productive using it.

  5. Paper is well understood by users: they are going to be less distracted by the novelty or coolness-factor of whatever software or other high-tech approach you would use instead, meaning better concentration on the actual task at hand. Additionally, because of this familiarity with the tool users are going to be able to actively contribute themselves. The benefits of a tool that both you and your users can share cannot be overstated.

  6. Most people are not very good at sketching. Chances are your paper based prototype is going to look a bit messy, less polished and this is exactly how a prototype should be to make other people feel OK about their own inability to produce polished sketches or complex screenshots of finished UI. Feeling OK will encourage more active contribution and shift focus to interaction ideas and workflow, instead of perfecting presentation.

  7. Paper is perfect for low-fidelity prototyping. It is easy to control how much detail is expressed, level of detailisation is kept in line with the needs. Other tools will often add unnecessary detail and distract the discussion from the more important aspects of the UI or might even give users false hints and lead them to false assumptions.

  8. On many occasions you want to leave yourself lots of room for later manoeuvre and prevent users from "solutionising", after all being a UI designer more often than not you are better equipped to thoroughly design the UI details than other stakeholders. Using tools other than paper may lead to users insisting on using controls available within palette or familiar to them without explaining what the actual goal they are trying to achieve is. Sketching encourages users to explain their goals, talk their own sketches through.

  9. As opposed to low-fidelity paper prototypes, any high-fidelity prototyping is best done using the target implementation platform, since in order to convey the higher level of detail a fair amount of coding is usually needed and eventually (speaking of software where design in one form or another constitutes biggest part of the overall development effort involved) your high-fidelity prototype becomes the UI itself. With high fidelity prototyping you need to have an easy succession path from prototype to UI. To re-iterate: if you after a high fidelity UI prototype use the actual target development platform.

Other important tools that you might find useful are sketching and diagraming skills and techniques:

  • Learning to draw stick figures

  • "Rich pictures"

  • Conceptual UI diagrams (i.e. defining main task objects, links, functions etc)

link|flag
+1 ... I looked at a lot of the recommended tools and reverted back to good ole paper and pencil! – mattruma Dec 3 '08 at 3:33
vote up 1 vote down

As well as the suggestions above, you may want to consider using Powerpoint. I've used it for mocking UI's, perticularly when you want to show some dynamic behaviour as a result of some action. With Powerpoint you can maintain that healthy level of abstraction from the real look of a UI, and just concentrate on its behaviour.

It's great for tasks where workflow is important, and you can also nicely annotate and add notes to particular bits of the UI that may be of particular note.

link|flag
vote up 0 vote down

This tool may be something that would help you. It's free regardless.

link|flag
vote up 8 vote down

As semi-facetious as ceejayoz's answer was, it is worth considering. There is a simple technique know as "paper prototyping" which involves interactive, hand-written UI mockups. You use bits of paper to represent UI controls, windows, data tables, etc, and you ask the "user" to interact with it. Each time they press a button or whatever, you ("the machine") silently adds or removes bits of paper to simulate what the UI would do.

It's really easy, and surprisingly effective. The crucial thing is to not say anything to the user as they're trying it out - if they have to ask you a question, then your UI needs work.

link|flag
vote up 6 vote down

I would have to go with Balsamic Mockups. Have just started using this and recommending it to friends/colleagues. Hand drawn look, so clients wont ask to change the font, or color.

link|flag
vote up 2 vote down

I use InkScape. It isn't an specific GUI prototype tool, but a versatile (and freeware) vector draw program. Big plus for me is that it works with SVG files that are easily parsed or modified, also allows to create a basic "widget", create clones of it, modify the base widget and apply the modifications to these clones.

GUI Prototype example with InkScape (Spanish):

link|flag
I love this tool :) For UI prototype as well as basic design (though I am not a designer) – rajesh pillai Dec 4 '08 at 4:23
vote up 5 vote down

The Pencil Firefox extension is also a nice tool for UI prototyping.

link|flag
vote up 1 vote down

Agreeing with the paper-and-pencil suggestions; Post-It notes are your friend. Those with a bit more programming knowledge should not miss Bill Scott's ProtoScript, here:

http://protoscript.com/

Bill even provides a handy bookmarklet so you can start prototyping on top of existing pages, right there inside your browser.

link|flag
vote up 1 vote down

DENIM is free and it's aimed at sketching web page UIs. It runs on Windows, Unix and Mac OS X.

link|flag
vote up 0 vote down

Our business analyst uses MS VISIO, and it seems to work well for him.

link|flag
vote up 0 vote down

From time to time I use wxGlade.

link|flag
vote up 1 vote down

I haven't used Adobe Fireworks yet but it seems powerful and capable of creating sleek-looking websites and application interfaces. Can export CSS. Here is a feature list. $300.

link|flag
yep. I used this as well. adobe.com/devnet/fireworks/… – Saif Khan Dec 4 '08 at 1:12
and this adobe.com/devnet/fireworks/… – Saif Khan Dec 4 '08 at 1:13
vote up 0 vote down

Another tool is the freeware ExtJS GUI Designer. It outputs JSON code for the ExtJS JavaScript library and can be used to quickly put together forms (with all classic elements, plus date picker, color palette etc), panels (including tabs), grids, trees and layouts (accordion, card, column etc.).

link|flag
vote up 0 vote down

I have tried most of above mentioned tools, and for years now I'm using my own to create prototypes in minutes or even real-time in a meeting :-)

You can check it out at: http://MockupScreens.com

link|flag
vote up 0 vote down

For GUI prototypes that feel like coded prototypes, consider FlairBuilder. Built on Adobe AIR and Flex, it provides a set of fully functional components with which you can create highly realistic simulation of software UI. No coding is needed, but the result are quite similar.

Soon, it will support more advanced conditional logic for behaviors, that is, different actions for user input events based on the current state of the components on page. Give it a try online at www.flairbuilder.com/demo

Cheers, Cristian

link|flag
vote up 0 vote down

Creately

It is unfortunately still in private beta but worth checking out.

link|flag
vote up 0 vote down

The top 3 (low-cost) low-fidelity products here are Balsamiq, FlairBuilder and iPlotz. Each has strengths and weaknesses. Balsamiq is easy and expanding fast as its internals have been made pubic by the author as well as becoming popular due to the author being very open and responsive to his users. iPlotz has the better Project Management facilities, althoguht less powerful UI control/attributes. Flairbuilder is a bit more advanced (but still dead easy) as it ALSO produces functioning (well interactive) prototypes as it uses native controls. Its can do both high and low fidelity. Its a very personal choice - we use all 3, depending on which developers like which products :-). Try them all and find out.

link|flag
vote up 1 vote down

I recommend ForeUI for UI prototyping. It provides different UI themes to cover all fidelity requirements, and it can define the interaction and run simulation in browser (just like Axure but ForeUI cost much lesser).

link|flag
vote up 1 vote down

Microsoft Paint !

link|flag

Your Answer

Get an OpenID
or

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