Vectoroid
Use cases
- Drawing (sketch, illustrations, cartooning, etc).
- Diagramming (any sort of chart with object libraries).
- Prototyping/Wireframing.
- Animators (step, tweened, ...).
- Games.
- Presentation and group collaboration.
- Document Viewers.
- Widgets & Wallpapers.
- ...
Features
- Rotate, scale, move, skew path transformations.
- Gradient & bitmap fills.
- Grouping & layers.
- Many shape templates & generators.
- API to use in other applications.
- Save & load from JSON.
- Renderer w. viewport (to canvas / bitmap).
- Android display components (DisplayView).
- Export/Import to SVG.
- Particle systems and animator.
- Drawing editor components (inc. Overlays, Picture cropper ).
- Full Undo/redo.
- Path auto-smoothing.
- Multi-touch interface.
- Copy/Paste stack.
- Text and be stretched and scaled by simple hand gestures.
- Path merging (Union, difference, outline, intersection, XOR).
- Smoothing and outlining.
TODO's ( or in progress ... )
- Arcs for SVG Paths.
- Arc, Bezier , Point editing.
- Convert points to cubic.
- Bitmap caching of layers and groups.
- Snapping.
- Text-alignment and effects (super/sub-script, italics, etc).
- Clipping paths.
- Filters.
- Android component fillout - Customising and Theming/styling.
- PDF import.
- OpenGL Renderer.
- Custom Pen/FIll.
- Eraser.
- Java & Processing ports.
Vectoroid的更多相关文章
随机推荐
- paip.提升中文分词准确度---新词识别
paip.提升中文分词准确度---新词识别 近来,中文每年大概出现800---1仟个新的词.. 60%的分词错误是由新词导致的 作者Attilax 艾龙, EMAIL:1466519819@qq. ...
- paip.常用汉字形声字大全3500字
paip.常用汉字形声字大全3500字 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/at ...
- JavaScript 语句 if else
顺序.分支和循环语句 if(判断条件) { 满足条件要执行的语句 } else { 不满足条件时执行的语句 } 格式一:if(){} 表示如果括号内的值是true,那就执行花括号中的内容, ...
- JS深入了解闭包
闭包(closure)是Javascript语言的一个难点,也是它的特色,很多高级应用都要依靠闭包实现. 一.变量的作用域 要理解闭包,首先必须理解Javascript特殊的变量作用域. 变量的作 ...
- [推荐]DataX、DbSync和Timetunnel学习贴
[推荐]DataX.DbSync和Timetunnel学习贴 一 DataX 二 DbSync 三 Timetunnel TimeTunnel :http://code.taobao.org/p/T ...
- PlaceholderImageView
PlaceholderImageView 说明 1. PlaceHolderImageView基于SDWebImage编写 2. 给定一个图片的urlString,以及一个placeholderIma ...
- Django抛错不存在(DoesNotExist)
from django.core.exceptions import ObjectDoesNotExist try: disabledusers.objects.get(sAMAccountName= ...
- java 调用 .net webservice 示例
String url="http://IP:端口/LisService.asmx"; String methodName="GetLisResultForBlood&qu ...
- Hibernate不调用update却自动更新
案例: TInfCustomer cus = (TInfCustomer) this.baseDao.getOne(helper); cus.setXXX cus .setXXX 不调用update也 ...
- Xshell小技巧
1. 鼠标右键粘贴 工具->选项->鼠标->向右按钮->(paste the clipboard contents.) 2. 选定文本自动复制到剪贴板 工具->选项-&g ...