All Projects → nullice → Ui Dna

nullice / Ui Dna

Licence: other
programmable and semantically UI design tool for Photoshop

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ui Dna

Bjango Actions
A collection of Photoshop actions, Photoshop scripts, Hazel rules, macOS workflows and other random things for screen designers and developers.
Stars: ✭ 1,407 (+1016.67%)
Mutual labels:  photoshop, design-tools
Getting Started Guides
Getting Started guides and samples for CEP extensions
Stars: ✭ 296 (+134.92%)
Mutual labels:  photoshop, cep
Sketchize
Sketchize is built for UI/UX Designers to help them design lovely apps for mobile, tablet, and desktop devices.
Stars: ✭ 162 (+28.57%)
Mutual labels:  ui-design, design-tools
Underexpress
A free, responsive, ready to use website ui kit, built with bootstrap 4.
Stars: ✭ 205 (+62.7%)
Mutual labels:  ui-design, design-tools
Awesome Design Tools
The best design tools and plugins for everything 👉
Stars: ✭ 23,754 (+18752.38%)
Mutual labels:  ui-design, design-tools
Greyprint
Templates with pre-made styles to assist icon, symbol, and glyph design.
Stars: ✭ 403 (+219.84%)
Mutual labels:  photoshop, design-tools
Make-This
Project files for the Make This video series and community challenges.
Stars: ✭ 16 (-87.3%)
Mutual labels:  photoshop, design-tools
Bjango Templates
Design templates for Android, iOS, macOS, Apple TV (tvOS), Apple Watch (watchOS), Windows, Windows Phone and web favicons.
Stars: ✭ 988 (+684.13%)
Mutual labels:  photoshop, design-tools
Printable Mockups
Create printable UI mockups & wireframes templates
Stars: ✭ 479 (+280.16%)
Mutual labels:  ui-design, design-tools
Color Creator
Photoshop, Sketch and Affinity Designer documents that use base colors to generate larger palettes.
Stars: ✭ 430 (+241.27%)
Mutual labels:  photoshop, design-tools
Kallewheel
A custom color wheel extension for Adobe Photoshop
Stars: ✭ 16 (-87.3%)
Mutual labels:  photoshop, cep
Shireframe
Declarative wireframes for programmers, based on web technologies. Pull requests are welcome!
Stars: ✭ 1,081 (+757.94%)
Mutual labels:  ui-design, design-tools
Lucide
Simply beautiful open source icons, community-sourced
Stars: ✭ 105 (-16.67%)
Mutual labels:  ui-design
React Virgin
The react-native UI Kit you've been looking for.
Stars: ✭ 1,523 (+1108.73%)
Mutual labels:  ui-design
Busbookingui Android
Check out the new style for App Design aims for the Bus Booking Service...😉😀😁😎
Stars: ✭ 105 (-16.67%)
Mutual labels:  ui-design
Depthmapx
depthmapX is a multi-platform Spatial Network Analysis Software
Stars: ✭ 120 (-4.76%)
Mutual labels:  design-tools
Correios Php
Uma maneira fácil de interagir com as principais funcionalidades dos Correios.
Stars: ✭ 116 (-7.94%)
Mutual labels:  cep
Pagebot
Scripted page layout framework for Python.
Stars: ✭ 103 (-18.25%)
Mutual labels:  design-tools
Kitchen
Powerful sketch plugin for design cooperation 🍳🍳🍳
Stars: ✭ 103 (-18.25%)
Mutual labels:  design-tools
Tachyons Verbose
Functional CSS for humans. Verbose edition.
Stars: ✭ 102 (-19.05%)
Mutual labels:  design-tools

UI-DNA

UI 设计构建工具 - Photoshop 扩展 - Windows/MacOS





技术概览

  • 本项目是一个 CEP 应用,也就说是基于 Node.js
  • 界面框架使用的是 :Vue.js 1
  • 本项目使用 Webpack 2 来打包代码模块
  • 本项目使用 Babel 6 (es2015, stage-0)转换 JavaScript ,主要是为了使用 await/async (所有从 CEP 中对 Photoshop 的操作都是异步的)

Build

./DVE 为工作目录

要编译本项目首先需要一个 Node.js 开发环境,首先下载并安装 Node.js, 然后

  1. 下载或克隆项目后,在  ./DVE 目录中中执行 npm install 或者  yarn 安装依赖
  2. 在  ./DVE 目录下执行 npm run webpack 即可开始构建项目  
  3. 构建后的代码生成在 ./DVE/bin 中, bin 文件夹可直接放入 Photoshop 的扩展目录中运行(由于未签名所以需要打开 Photoshop 的调试模式)

结构

UI-DNA 基本结构如下:

更多信息慢慢详细写....

License

LGPL

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].