Skip to content

Commit

Permalink
Update README.textile
Browse files Browse the repository at this point in the history
  • Loading branch information
nodename committed Apr 11, 2012
1 parent 4c744ab commit e04ea77
Showing 1 changed file with 1 addition and 44 deletions.
45 changes: 1 addition & 44 deletions README.textile
Original file line number Diff line number Diff line change
@@ -1,44 +1 @@
h1. as3delaunay

as3delaunay is an open-source ActionScript 3 library for generating Delaunay triangulations, Voronoi diagrams, and related structures.
as3delaunay is based on Steven Fortune's "C implementation":http://as3delaunay.googlegroups.com/web/FortuneCSource.zip of his "sweepline algorithm":http://as3delaunay.googlegroups.com/web/p313-fortune.pdf .

This is release 1.0 af as3delaunay, September 28, 2009.

h3. Some Links

* "Test Suite":http://github.com/nodename/as3delaunayTestRunner
* "haXe Port by Stephane Ledorze":https://bitbucket.org/sledorze/hxdelaunay
* "File a Bug":http://github.com/nodename/as3delaunay/issues
* "Meet the Community":http://groups.google.com/group/as3delaunay

h3. as3delaunay in use

* "The Living Glass Conversation":http://glassislife.com/jointheconversation.aspx
* "Blobs in Games: Polygon Map Generation":http://simblob.blogspot.com/2010/09/polygon-map-generation-part-1.html
* "Faster Voronoi Noise":http://www.lidev.com.ar/faster-voronoi-noise/

h3. MIT License

<pre>
Copyright (c) 2009 Alan Shaw

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</pre>
Please see the "Project page":http://nodename.github.com/as3delaunay/ .

0 comments on commit e04ea77

Please sign in to comment.