What free software can I use to create UI mockups? - Stack Overflow most recent 30 from stackoverflow.com2009-12-04T18:32:27Zhttp://stackoverflow.com/feeds/question/54606http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/54606/what-free-software-can-i-use-to-create-ui-mockups14What free software can I use to create UI mockups?Brett Veenstra2008-09-10T16:38:27Z2009-11-19T19:17:59Z
<p>What are good Open Source / Free software packages that let you design GUIs quickly, like "on a napkin" style, but also give a bit of polish that you could throw into a slide deck? Preference would be to use some clipart/objects ala Visio, but not required.</p>
<p>NOT:</p>
<ul>
<li>Visio</li>
<li>PowerPoint</li>
<li>KeyNote</li>
<li>OmniGraffe</li>
<li>Balsamiq (althought it's worth the money)</li>
<li>Sketchflow</li>
</ul>
http://stackoverflow.com/questions/54606/what-free-software-can-i-use-to-create-ui-mockups/54621#546210Answer by Nick for What free software can I use to create UI mockups?Nick2008-09-10T16:41:40Z2008-09-10T16:41:40Z<p>Maybe not quite what you're after, but the Qt GUI designer is fairly good. I've used it for mock ups before.</p>
<p>Not quite as flexible as a napkin but you can take screenshots when you're done.</p>
http://stackoverflow.com/questions/54606/what-free-software-can-i-use-to-create-ui-mockups/54677#5467722Answer by Gulzar for What free software can I use to create UI mockups?Gulzar2008-09-10T16:55:10Z2008-09-10T16:55:10Z<p>Try <a href="http://www.evolus.vn/Pencil/Home.html" rel="nofollow">Pencil</a> which has an addon to firefox. Pretty basic but free (released under GPL).</p>
http://stackoverflow.com/questions/54606/what-free-software-can-i-use-to-create-ui-mockups/54685#546851Answer by NotMyself for What free software can I use to create UI mockups?NotMyself2008-09-10T16:56:42Z2008-09-10T16:56:42Z<p>How about <a href="http://www.getpaint.net" rel="nofollow">Paint.NET</a>? </p>
http://stackoverflow.com/questions/54606/what-free-software-can-i-use-to-create-ui-mockups/54693#5469312Answer by Marshall Kirkpatrick for What free software can I use to create UI mockups?Marshall Kirkpatrick2008-09-10T16:59:21Z2008-09-10T16:59:21Z<p>Balsamiq looks real good <a href="http://www.balsamiq.com/products/mockups" rel="nofollow">http://www.balsamiq.com/products/mockups</a> and I think there's some free or trial version.</p>
http://stackoverflow.com/questions/54606/what-free-software-can-i-use-to-create-ui-mockups/54786#547863Answer by rcreswick for What free software can I use to create UI mockups?rcreswick2008-09-10T17:34:35Z2008-09-11T19:15:58Z<p>There was a thread on <a href="http://ask.slashdot.org/article.pl?sid=05/11/19/2234228" rel="nofollow">slashdot</a> at one point, and this seems to be the best suggestion from there (but it's not going to help create "realistic" UIs):</p>
<p><a href="http://dub.washington.edu:2007/denim/" rel="nofollow">http://dub.washington.edu:2007/denim/</a></p>
<p>I have a similar need -- Visio is the best tool I've found, but it is also the only reason I keep a windows VM around, so I would really like to replace it with some OSS (or at least linx-compatible) tool.</p>
<p>I'm looking into <a href="http://www.gnome.org/projects/dia/" rel="nofollow">DIA</a> / <a href="http://www.koffice.org/kivio/" rel="nofollow">Kivio</a> / <a href="http://www.inkscape.org/" rel="nofollow">Inkscape</a> with the <a href="http://developer.yahoo.com/ypatterns/wireframes/" rel="nofollow">Yahoo UI Stencils</a>, and I'll report back.</p>
<p><strong>Edit:</strong> I don't believe this is currently possible with Dia. <a href="http://www.togaware.com/linux/survivor/SVG_Support.html" rel="nofollow">This page</a> (linked from the <a href="http://www.togaware.com/linux/survivor/Walkthrough_Creating0.html" rel="nofollow">walkthrough</a>) describes (some of) the limitations on the dia shape support for SVG. Furthermore, rounded rectangles are out (making it difficult, but not <em>impossible</em> to make "pretty" buttons), and the gradient svg definitions are suspiciously absent from the supported svg tags.</p>
<p><strong>Edit:</strong> I've settled (for now) on using <a href="http://www.inkscape.org/" rel="nofollow">Inkscape</a> with the Yahoo UI Stencils (which I've broken out into separate svg files) and a couple little workflow hacks to use the Inkscape open dialog like a custom pallet. Full details, and the broken out YUI stencils are available here: <a href="http://blog.ciscavate.org/2008/09/breaking-away-from-visio.html" rel="nofollow">Ciscavate.org</a></p>
http://stackoverflow.com/questions/54606/what-free-software-can-i-use-to-create-ui-mockups/57395#573955Answer by Eli for What free software can I use to create UI mockups?Eli2008-09-11T19:23:11Z2008-09-11T19:23:11Z<p><a href="http://www.omnigroup.com/applications/OmniGraffle/" rel="nofollow">OmniGraffle</a> does this pretty well (along with <em>really</em> impressive flowcharts). OS X only, though. </p>
http://stackoverflow.com/questions/54606/what-free-software-can-i-use-to-create-ui-mockups/71666#716663Answer by Mal Ross for What free software can I use to create UI mockups?Mal Ross2008-09-16T12:22:22Z2008-09-16T12:22:22Z<p>Depending upon how frequently you'll want to <em>edit</em> the mockups, I might prefer to use pen, paper and a flatbed scanner. Software often just slows me down and gives little benefit.</p>
<p>And yes, I'm serious. :) Most of the mockups I produce are really only sketches used to quickly communicate an idea. As such, I can usually make a new, tweaked one in a matter of seconds on a fresh sheet of paper. A quick scan and, lo, you've got a new PNG to pop into your presentation / source control database / whatever.</p>
<p>For anything more high-fidelity than that, I usually start out with the Forms Designer in Visual Studio to create a basic mockup and then tweak it in something like Paint.NET.</p>
http://stackoverflow.com/questions/54606/what-free-software-can-i-use-to-create-ui-mockups/1517217#15172170Answer by Joel Anair for What free software can I use to create UI mockups?Joel Anair2009-10-04T19:47:47Z2009-10-04T19:47:47Z<p>Apologies in advance if this is spammy of me, but <a href="http://getmockery.com" rel="nofollow" title="Mockery">Mockery</a> is a new tool for building UI mockups/prototypes that I recently released. It supports the popular sketchy mockup style but also allows you to view your designs as they will appear on Windows and on the Mac. </p>
http://stackoverflow.com/questions/54606/what-free-software-can-i-use-to-create-ui-mockups/1517271#15172710Answer by Cylon Cat for What free software can I use to create UI mockups?Cylon Cat2009-10-04T20:14:15Z2009-10-04T20:14:15Z<p>Microsoft Expression Blend 3 has a tool called SketchFlow that is designed specifically for UI prototyping. You can create pages and controls with a "hand-drawn" look, connect controls and pages so that the prototype actually "runs", and put the prototype on the web so that users can evaluate it, comment and mark it up, and return comments to the development team. It also generates XAML so that if you're building in Silverlight or WPF, you can move code from the prototype to development (or not).</p>
<p>Requires Silverlight for running the prototype on the web. 60-day free evaluation copy available on MS Expression Blend site, along with tutorials.</p>