eloraiby / delaunay
Relatively Robust Divide and Conquer 2D Delaunay Construction Algorithm in $O(n \log n)$
☆127Updated 7 years ago
Alternatives and similar repositories for delaunay:
Users that are interested in delaunay are comparing it to the libraries listed below
- 2D Delaunay triangulation (dela) - super stable (bella!)☆228Updated last year
- A C++ half-edge data structure for a triangle mesh with no external dependencies whatsoever. Public domain.☆117Updated 13 years ago
- Dual Contoruing implemented in C++☆93Updated 6 years ago
- Robust geometric predicates☆58Updated 9 months ago
- A basic geometry C++ library for 2D and 3D applications☆95Updated 4 months ago
- This is a mirror of the latest stable version of Triangle.☆138Updated this week
- Dual Contouring Implementation in C++, by Tao Ju, from http://sourceforge.net/projects/dualcontouring/☆68Updated 10 years ago
- Delaunay Triangulations / Voronoi Diagrams in C☆23Updated 9 years ago
- Using clipper and poly2tri together for robust triangulation☆92Updated 10 years ago
- Dual Marching Cubes Implementation in C++☆64Updated 4 years ago
- A really fast C++ library for Delaunay triangulation of 2D points☆171Updated this week
- A GPU implementation of the Marching Cubes algorithm for extracting surfaces from volumes using OpenCL and OpenGL☆194Updated 8 years ago
- A header-only C implementation of the Quickhull algorithm for building N-dimensional Convex Hulls and Delaunay meshes☆142Updated 2 weeks ago
- Header only 3d quickhull in c99☆293Updated 7 years ago
- Dynamic AABB trees in C++ with support for periodic systems.☆334Updated 4 years ago
- A 2D constrained Delaunay triangulation library☆80Updated 7 years ago
- A C/C++ single-file library that packs triangles of a 3D mesh into a rectangle/texture.☆61Updated 8 years ago
- A procedural geometry generation library for C++11☆222Updated 2 years ago
- robust geometric predicates☆36Updated 4 years ago
- Efficient and clean text rendering for OpenGL☆116Updated 5 years ago
- A C++ library to compute neighborhood information for point clouds within a fixed radius. Suitable for many applications, e.g. neighborho…☆163Updated last year
- Single file, header-only, no-dependencies C library for Poisson disk sampling in arbitrary dimensions.☆118Updated 2 months ago
- Tiny self-contained C++ version of the PCG32 pseudorandom number generator☆74Updated 8 years ago
- GLSL like minimalist vector, matrix and quaternion math library for C++11☆39Updated 4 years ago
- Single header implementation of "A linear-time component-labeling algorithm using contour tracing technique" by Fu Chang, Chun-Jen Chen,…☆55Updated last year
- Simple C++ implementation of the (manifold) dual marching cubes algorithm from Gregory M. Nielson☆174Updated 5 years ago
- OpenGL Antigrain Geometry experiments☆85Updated 2 years ago
- The code in this tutorial implements a BVH acceleration structure☆77Updated 5 years ago
- Acceleration structure library (BVH-, KD-Tree) with basic parallel construction☆54Updated 6 years ago
- Fast (er) implementation of dual contouring which avoids the octree☆161Updated 7 years ago