Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evolus/pencil
The Pencil Project's unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use.
https://github.com/evolus/pencil
drawing electron javascript mockup nodejs pencil prototyping sketching ui-design wireframe
Last synced: 2 days ago
JSON representation
The Pencil Project's unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use.
- Host: GitHub
- URL: https://github.com/evolus/pencil
- Owner: evolus
- License: gpl-2.0
- Created: 2014-06-19T06:23:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T07:20:03.000Z (3 months ago)
- Last Synced: 2024-11-26T00:11:02.603Z (16 days ago)
- Topics: drawing, electron, javascript, mockup, nodejs, pencil, prototyping, sketching, ui-design, wireframe
- Language: JavaScript
- Homepage: http://pencil.evolus.vn
- Size: 35.6 MB
- Stars: 9,094
- Watchers: 266
- Forks: 721
- Open Issues: 525
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-vietnamese - Pencil - GUI prototyping tool
- fucking-Awesome-Linux-Software - ![Open-Source Software - An open-source GUI prototyping tool that's available for ALL platforms. (Applications / Development)
- free-for-dev - Pencil - Open source design tool using Electron. (Design and UI)
- awesome-starred - evolus/pencil - The Pencil Project's unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use. (nodejs)
- awesome-robotic-tooling - pencil - A tool for making diagrams and GUI prototyping that everyone can use. (User Interaction / Graphical User Interface)
- awesome-robotic-tooling - pencil - A tool for making diagrams and GUI prototyping that everyone can use. (Interaction / Graphical User Interface)
- Awesome-Linux-Software - ![Open-Source Software - An open-source GUI prototyping tool that's available for ALL platforms. (Applications / Development)
- awesome-product-management - Pencil
- starred-awesome - pencil - The Pencil Project's unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use. (JavaScript)
README
![Image of Yaktocat](screenshot.png)
About The Next Version
==========Pencil V3 is a rewrite of Pencil that aims to fix major performance and scalability issues of the application. The new version is under heavy development and we are expecting GA builds in June. The following list summarizes important changes in the new version:
* Pencil V3 uses Electron instead of Mozilla XULRunner as the runtime. We expect that by moving into this Nodejs-based environment, the Pencil source code can be much easier for all fellow developers to play with. The fact that Mozilla XULRunner is outdated is also a reason for the movement.
* A new, zip-based file format was introduced to support large documents and better embedding of external bitmaps/resources.
* A new mechanism for page management that dramatically reduces memory usage for large documents.
* Document pages can now be structured into a tree-like model.
* Custom fonts can now be embedded into Pencil .epz documents
* Printing and PDF export will be improved to support all platforms and with many options
* New UI approachSetting up
==========Pencil uses [Atom Electron](http://electron.atom.io/) as the runtime, follow the these steps to setup the environment:
* Clone this repository
* Make sure you are using *nodejs 5+* (Pencil development only needs *npm* for package management. Node runtime is _not_ required.)
* Checkout this _development_ branch:
```bash
$ git checkout development
```
* Install dependencies:```bash
$ npm install
```
* Start Pencil using the prebuilt version of Electron```bash
$ npm start
```Supported Platforms
==================OS X
----Only OSX 64bit 10.9 and later are supported.
Windows
------Windows 7 and later are supported, older operating systems are not supported (and do not work).
Linux
-----* Tested
* Ubuntu 12.04 and later
* Fedora 21+
* Debian 8+
* Packages
* **Arch Linux** - [pencil](https://aur.archlinux.org/packages/pencil/) on the [Arch User Repository](https://aur.archlinux.org/).
* **Gentoo Linux** - [media-gfx/evoluspencil](https://packages.gentoo.org/packages/media-gfx/evoluspencil).