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

https://github.com/florianvazelle/unity-voronoi

Convex hull, triangulation and Voronoi diagram
https://github.com/florianvazelle/unity-voronoi

convex-hull delaunay delaunay-triangulation unity unity3d voronoi voronoi-diagram

Last synced: 3 months ago
JSON representation

Convex hull, triangulation and Voronoi diagram

Awesome Lists containing this project

README

          

# Unity Voronoi

Unity Voronoi is a C# Unity application with implementation of :
- Jarvis March and Graham-Scan convex hull algorithms
- Delaunay triangulation (direct and flip)
- Voronoi diagram



## References :

- [Wireframe Shader](https://github.com/Chaser324/unity-wireframe)
- [3D Scene Camera Controller](https://github.com/XJINE/Unity_SceneCameraController)
- [Draw Line in Unity](https://gamedev.stackexchange.com/questions/96964/how-to-correctly-draw-a-line-in-unity)