20

I'm looking for something similar to iPlotz or Mockup.

I've found the Pencil Project, but it requires xulrunner-1.9 (which seems to be incompatible with xulrunner-1.9.2) in order to run as a standalone application. It can be used as a firefox plugin... but it is a bit slower.

The error on my desktop (Ubuntu 10.04) is: Could not find compatible GRE between version 1.9.1 and 1.9.2.*

Does anyone know other software?

Edit: Open-source software is preferred, and it doesn't matter whether or not it's free.

Braiam
  • 69,112
Strae
  • 1,980

6 Answers6

14

WireframeSketcher is a rapid wireframing tool for Eclipse-based IDEs like Aptana, Zend Studio and the like. It also comes as a standalone version for all major platforms including Ubuntu. Give it a try.

Sample WireframeSketcher mockup

Zanna
  • 72,312
6

After some research, I found Dia, and it's exactly what I was looking for: simple, open and stable.

Maybe I explained my needs badly. More than just software to design layouts, I also needed something that provided the ability to build flowcharts. I tried ArgoUML, too. It looks great, just a bit complicated.

Zanna
  • 72,312
Strae
  • 1,980
2

Try Balsamiq. It uses Adobe Air and runs properly on Ubuntu.

Eliah Kagan
  • 119,640
Kendor
  • 4,928
2

Maybe it's not so sophisticated, but you could also try Gazpacho, an UI designer. It's in the repositories.

radioboy
  • 1,044
2

I did a bit of digging and found this. According to it, after you install the latest version of Firefox and Pencil (Pencil's latest version does not come in deb by default, so get the rpm and install with alien -i <rpmname>), edit the application.ini from the Pencil folder in /usr/lib and change the max version mentioned to the version of Firefox you have (the main release version is sufficient, e.g., 16). Then edit usr/bin/evoluspencil, which is nothing but a script to invoke xulrunner. Change /usr/bin/xulrunner to /usr/bin/firefox. Now opening Pencil from the applications menu will work just fine, and Firefox needs not be open for it to run.

2

As of Pencil 1.2 it runs on xulrunner 1.9.2 (I'm on Ubuntu 11.04 64-bit).

First install xulrunner 1.9.2 :

sudo apt-get install xulrunner-1.9.2-gnome-support 

If you're still having problems or you're on 64-bit, run it like this:

xulrunner /opt/pencil/application.ini