Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 871 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 871 Bytes

Paper.js Editor

Vector graphics editor with programmable pen tools aiming to be alternative to de facto standards on graphic design tools. This tool is built deeply based on Paper.js. I'd like to take over the phillosophy of [Scriptgrapher].

Developemnt

git clone https://github.com/baku89/paper-editor
cd paper-editor
yarn install
yarn dev

TODO

  • Enable path editing
  • custom shapes
  • Add snapping profile (abstracted method of snapping and smart guides)
  • Key/multitouch/MIDI/OSC assignment on tool parameters
  • Custom hook funcitons for cursor events (grid snapping, perspective grid, smoothening mouse movement)
  • Path constraints like CAD tool
  • Project variables

LICENSE

This repository is published under an MIT License. See the included LICENSE file.