Wireframe Prototyping Tool Software for Linux – Pencil

Best mockup software for Linux, best free wireframing tool in Linux. Design Application’s Interface in Linux With Pencil Evolus. Draw a wireframe diagram using prototyping tool software for Linux called Pencil from Evolus. Pencil is built for the purpose of providing a free and open-source GUI prototyping tool that you can easily install and use to create mockups in Linux, Windows and Mac for free.



GUI Wireframe Tool, Prototyping Tool Software for Linux – Pencil

Pencil is an open-source GUI prototyping tool that’s available for ALL platforms, by Evolution Solutions Company (Evolus). The Pencil Project’s unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use.

How to Install Pencil from Evolus

To install lates version of Pencil from Evolus project in Linux, you can install by following these steps:

  1. Visit Pencil website, here and click “see all Linux builds”
  2. Click on the “evoluspencil_2.0.5_all.deb” file or you can download directly Pencil 2.0.5 for Linux Mint click here
  3. Double click the downloaded file and install by clicking “Install package” button
Pencil also can be installed through Linux Terminal by executing these command:
sudo apt-get install pencil
You can open Pencil after install in linux by clicking Start/Menu >> Programming >> Pencil.

 Wireframe Prototyping Tool Software for Linux - Pencil Evolus wireframe tool for linux prototyping tool linux Design Application's Interface in Linux With Pencil Evolus. interface design for linux interface design linux user interface design tools linux user interface design in linux user interface design linux linux user interface design tool linux application interface design

Pecil Review as Wireframe Tool Application for Linux

Pencil controls shapes in its document by mean of stencils. Each stencil (Rectangle, for example) is indeed a template to generate shapes. Each template defines:

  1. The look: how the generated shape looks like by mean of SVG elements. For example: the Rectangle stencil defines a shape formed by a single SVG <rect> element.
  2. The properties: which properties the shape has plus optional extra constraints on them. For example: the Rectangle stencil has a ‘box’ property of type Dimension, a ‘strokeStyle’ property of type StrokeStyle and a ‘fillColor’ property of type Color.
  3. The behaviours: how the shape’s look is changed according to changes made to its properties. For example: the Rectangle <rect> element has its fill and fill-opacity change to the ‘fillColor’ property of the shape.
  4. The actions: which actions that external objects and users can ask the shape to do. For example: the Rectangle stencil define a ‘Remove border’ action to allow users setting the ‘strokeStyle’ width property to 0px and hence makes the <rect> element’s border disappeared.
See also  SQLite Studio - The SQLite Database Browser for Linux

Stencils are organized in collections. Each collection contains a set of related stencils and can be installed into or uninstalled from Pencil using the collection manager.

Pencil provides various built-in shapes collection for wireframe drawing with different types of user interface ranging from desktop to mobile platforms. Pencil now supports connectors which can be used to “wire” shapes together in a diagram. A collection of flowchart shapes are also available for drawing diagrams.

Besides of that, you can also export your work as PNG files or as a web page that can be delivered to the viewers. Pencil also supports exporting documents into popular formats including OpenOffice/ LibreOffice text documents, Inkscape SVG and Adobe PDF. See Pencil documentation and manual page here.