Roadmap
Paper.js is a young library, with plans for many more features. While a lot of the core functionality is already there and works well, some features are still missing. Here an overview of the planned additions. It might be that at the time of reading this, some of these are already implemented and the list was not updated yet, so also check the nightly builds.
Implemented
- SVG importing / exporting.
- JSON data format for persistence.
- Fast Path intersections using Bézier fat-line clipping.
- Boolean geometric path operations, such as union, intersection, exclusion, etc.
- Hit Test graphic items and add mouse event handlers to them, for simple and powerful interactivity.
- Running Paper.js in Node.js.
Nearly Finished
- Simple user interfaces that allow your users to tweak values in your script.
Planned
- Parametrizable path offsetting / stroking, to expand strokes to outlines and optionally produce all kinds of expressive strokes easily.
- Selectors similar to CSS for matching items in your Paper.js document.
- Direct importing of drawings from Adobe Illustrator through JSON and ExtendScript.
- Typography using SVG fonts, with support for advanced typographic features such as type inside graphic shapes and along paths, with control over styles of sub-ranges of text.
- PDF importing / exporting.
- Running Paper.js apps stand-alone through a native, hardware accelerated Runtime that embeds a JavaScript engine.