Skip to content

Rul991/canvas-shape-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canvas Shape Editor

CanvasShape/RelativeShape editor for rul2d

Screenshot

Installation

  1. If you have a git in pc, run install.bat for Windows or install.sh for Linux;

    Otherwise, install it in the src/.

  2. Start the local server (for example: Live Server in VS Code).

  3. Use it.

Controls

Hot-keys

  • F -> Toggle Fill Mode
  • Ctrl-S -> Save shape as JSON
  • Ctrl-O -> Load shape from JSON File
  • Ctrl-C -> Copy shape in clipboard
  • R -> Reset
  • Ctrl-Z -> Undo
  • Ctrl-Y -> Redo

Mouse Click

  • LBM -> Add Point
  • Shift-LBM -> Delete Point
  • Alt-LBM -> Select Point