hapticdata / toxiclibsjs

Toxiclibsjs is a library for computational design tasks with JavaScript. This library is a port of http://toxiclibs.org for java and processing.
http://haptic-data.com/toxiclibsjs
GNU Lesser General Public License v2.1
806 stars 107 forks source link

Wish List - Voronoi #31

Open ekatzenstein opened 9 years ago

ekatzenstein commented 9 years ago

I can't seem to find toxiclibs voronoi in the package, is there a plan to add this to the library?

hapticdata commented 9 years ago

hello, Thanks for the recommendation, its always good to hear what features people are looking for. I do plan on adding Voronoi and Delaunay (the toxi.geom.mesh2d.* package); but I can't currently offer a timeline for when it will be completed.

elipeters commented 7 years ago

bump - like 2017

hapticdata commented 7 years ago

this feature is fairly low in priority at the moment. There are other libraries that do this well such as https://github.com/gorhill/Javascript-Voronoi

Its still in the plans but not likely to be soon. Consider using a library such as the one above and you can always convert the diagram.vertices into toxi.geom.Vec2D's trivially.