Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leebyron/mesh

Processing library for creating point meshes.
https://github.com/leebyron/mesh

Last synced: about 2 months ago
JSON representation

Processing library for creating point meshes.

Awesome Lists containing this project

README

        

Mesh
----

A [Processing](http://processing.org/) library for computing convex hulls,
delaunay graphs and voronoi graphs from groups of points.

> The Mesh library was written for an older version of Processing in 2006, and
> isn't guaranteed to work anymore. Caveat lector.
>
> If you're interested in maintaining Mesh, bringing it up to support modern
> Processing - your help will be welcomed with open arms.

## Licensing

* Mesh is licensed under [BSD-2](./LICENSE).
* Mesh vendors quickhull3d which is licensed under BSD-2.
* Mesh's [documentation](http://leebyron.com/mesh/) is licensed under Creative Commons ([CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/))