Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rschenk authored Dec 5, 2018
1 parent f83defc commit ba02f29
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# stipulator
Implementation of weighted voronoi stippling algorithm in Javascript.

## Installation
This thing is served by webpack. You'll need a node/npm setup. From there...

```
npm install
npm start
```

## Usage

Fire up your browser. On the right hand side is a simple little GUI. The button at the top loads files (check out the ones in `example_images`), the subsequent sliders increase the number of dots and their size. The final button will download the coordinates of the points in a .TSP file to feed into a Traveling Salesman solver. I use the `linkern` binary from [Concorde](http://www.math.uwaterloo.ca/tsp/concorde/downloads/downloads.htm) and it works well.

0 comments on commit ba02f29

Please sign in to comment.