Skip to content

Latest commit

 

History

History
115 lines (67 loc) · 5.32 KB

README.md

File metadata and controls

115 lines (67 loc) · 5.32 KB

hxGeomAlgo

Small collection of computational geometry algorithms in Haxe.

swf demo | js demo

Based on:

Based on:

Based on:

Based on:

Based on:

Based on:

Based on:

Based on:

Based on:

  • GLU Libtess (by Eric Veach, July 1994)
  • tess2.js (JS - by Mikko Mononen, Aug 2013)

Based on:

Based on:

Based on:

Based on:

Dependencies

The only dependency is hxPixels, and only for the algorithms needing access to pixels.

Usage

Code is extensively doc-commented, and I tried my best to make it easy/intuitive to use. You can also take a look at the demo for a quick overview on how to use the different classes.

Credits

hxGeomAlgo is based on the work of many developers and it wouldn't exist if it weren't for them. See the CREDITS file for details.

License

hxGeomAlgo is developed by Giuseppe Di Mauro (azrafe7) and released under the MIT license (except for Tess2.hx, which is licensed under SGI B 2.0). See the LICENSE file for details.