-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |