Skip to content

0la0/triangle-fields

Repository files navigation

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