Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.08 KB

Triangle Fields

A sketch plugin for generating a Delaunay Tessellation from a selected shape.

UI

Installation

  • Download the plugin repository
  • Unzip the repo, and double-click the triangle-fields.sketchplugin file
  • Set your parameters, select a shape, click 'Generate', and off you go!

UI

Generation Options

  • Random

An evenly distributed random field.
UI

  • Random-Parabolic:

A random distribution with a higher probability of points being generated near the centroid of the selected shape.
UI

  • Grid

Points evenly distributed on a cartesian plane.
UI

  • Radial

Points evenly distributed on a polar coordinate system with the center being the centroid of the selected shape.
UI