quickhull topic

List quickhull repositories

Computational-geometry

1.2k
Stars
144
Forks
Watchers

Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh...

qhull

700
Stars
188
Forks
Watchers

Qhull development for www.qhull.org -- Qhull 2020.2 (8.1-alpha1) at https://github.com/qhull/qhull/wiki

3d-quickhull

290
Stars
19
Forks
Watchers

Header only 3d quickhull in c99

quickhull3d

125
Stars
15
Forks
Watchers

A JS library to find the convex hull of a finite set of 3d points

convhull_3d

127
Stars
20
Forks
Watchers

A header-only C implementation of the Quickhull algorithm for building N-dimensional Convex Hulls and Delaunay meshes

quickhull

65
Stars
8
Forks
Watchers

Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.

quickhull-go

22
Stars
3
Forks
Watchers

3D convex hull (quickhull) algorithm in Go

Fast-Quick-hull

15
Stars
3
Forks
Watchers

Fast C++ multi-threaded algorithm for computing convex hulls