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的更多相关文章

随机推荐

  1. atitit.标准时间格式 互相转换 秒数 最佳实践

    atitit.标准时间格式 互相转换 秒数 最佳实践 例如00:01:19 转换为秒数  79,,and互相转换 一个思路是使用div 60 mod...不过麻烦的... 更好的方法是使用stamp ...

  2. atitit. js 跨界面 页面 web cs 传值方法总结

    atitit. js 跨界面 页面 web cs 传值方法总结 #--需求 js #---两个方法:   直接传跟跟间接传递... 1.直接传跟new form(param)    web使用url方 ...

  3. How Tomcat works — 八、tomcat中的session管理

    在使用shiro的session的时候感觉对于tomcat中session的管理还不是特别清楚,而且session管理作为tomcat中比较重要的一部分还是很有必要学习的. 目录 概述 session ...

  4. git 创建分支并切换

    git checkout -b fix/base //创建分支 git branch -av 查看所有分支 git checkout master //切换分支

  5. C#:WebBrowser中伪造referer,为何对流量统计器无效?

    使用webbrowser伪造referer的方法:webBrowser1.Navigate(url, "_self", null, "Referer:http://www ...

  6. Install MongoDB driver for PHP on XAMPP for Mac OSX

    试了不少方法,最后还是这个最有效. [转自:http://thatsimplecode.com/install-mongodb-driver-for-php-on-xampp-for-mac-osx] ...

  7. [Aaronyang]谈谈2015年AY对WPF全面技术总结40多篇WPF,炫到没朋友的AYUI来了

             原著:AY WPF博客- 把wpf推广出去,让那些鄙视的人说不 大家好! 我是AY,首先声明,我在做一件很枯燥的事情,我是个91后程序员,每天熬夜完成计划的过着下班后的生活. 那天有 ...

  8. OGG-01232 Receive TCP params error: TCP/IP error 104 (Connection reset by peer), endpoint:

    源端: 2015-02-05 17:45:49 INFO OGG-01815 Virtual Memory Facilities for: COM anon alloc: mmap(MAP_ANON) ...

  9. Python将文本生成二维码

    #coding:utf-8 ''' Python生成二维码 v1.0 主要将文本生成二维码图片 测试一:将文本生成白底黑字的二维码图片 测试二:将文本生成带logo的二维码图片 ''' __autho ...

  10. EF 5.0 帮助类

    EF 5.0 帮助类 加入命名空间: using System; using System.Data; using System.Data.Entity; using System.Data.Enti ...