Giter Site home page Giter Site logo

delaunay's Introduction

delaunay

Python script for calculating and drawing triangular meshes. The mesh is the Delaunay triangulation of a random assortment of points. For more details on how this works, see https://www.peterbeard.co/blog/post/delaunay-triangulation-makes-pretty-pictures/

Dependencies

  • Uses the Python Imaging Library (PIL) to read/write image files

Usage

Usage: delaunay.py [options]

Options:
  -h, --help            show this help message and exit
  -o FILENAME, --output=FILENAME
                        The filename to write the image to. Supported
                        filetypes are BMP, TGA, PNG, and JPEG
  -n N_POINTS, --npoints=N_POINTS
                        The number of points to use when generating the
                        triangulation.
  -x WIDTH, --width=WIDTH
                        The width of the image.
  -y HEIGHT, --height=HEIGHT
                        The height of the image.
  -g GRADIENT, --gradient=GRADIENT
                        The name of the gradient to use.
  -i IMAGE, --image-file=IMAGE
                        An image file to use when calculating triangle colors.
                        Image dimensions will override dimensions set by -x
                        and -y.
  -k DARKEN_AMOUNT, --darken=DARKEN_AMOUNT
                        Darken random triangles my the given amount to make
                        the pattern stand out more
  -a, --antialias       If enabled, draw the image at 4x resolution and
                        downsample to reduce aliasing.
  -l, --lines           If enabled, draw lines along the triangle edges.
  -d, --decluster       If enabled, try to avoid generating clusters of points
                        in the triangulation. This will significantly slow
                        down point generation.
  -r, --right           If enabled, generate right triangles rather than
                        random ones.
  -e, --equilateral     If enabled, generate equilateral triangles rather than
                        random ones.

delaunay's People

Contributors

peterbeard avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.