https://github.com/automata/noflo-geometry
Components for computational geometry.
https://github.com/automata/noflo-geometry
Last synced: 3 months ago
JSON representation
Components for computational geometry.
- Host: GitHub
- URL: https://github.com/automata/noflo-geometry
- Owner: automata
- License: mit
- Created: 2014-06-30T14:14:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-17T02:04:35.000Z (almost 11 years ago)
- Last Synced: 2025-01-07T22:18:37.745Z (4 months ago)
- Language: CoffeeScript
- Size: 189 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# noflo-geometry
Components for computational geometry.
- [Delaunay](https://github.com/ironwallaby/delaunay): Fast Delaunay triangulation by @ironwallaby
- [Constrained Delaunay](https://github.com/r3mi/poly2tri.js): 2D Constrained Delaunay triangulation by @r3mi
- [Voronoi](https://github.com/gorhill/Javascript-Voronoi): Fortune's algorithm to compute Voronoi cells by @gorhill