delfrrr / delaunator-cppLinks
A really fast C++ library for Delaunay triangulation of 2D points
☆570Updated last year
Alternatives and similar repositories for delaunator-cpp
Users that are interested in delaunator-cpp are comparing it to the libraries listed below
Sorting:
- A really fast C++ library for Delaunay triangulation of 2D points☆193Updated 4 months ago
- 2D constrained Delaunay triangulation library☆492Updated last year
- Constrained Delaunay Triangulation (C++)☆1,276Updated 2 months ago
- C++ version the delaunay triangulation☆452Updated 4 years ago
- Dynamic AABB trees in C++ with support for periodic systems.☆334Updated 4 years ago
- Fast, header-only polygon triangulation☆929Updated 8 months ago
- 2D Delaunay triangulation (dela) - super stable (bella!)☆241Updated last year
- Wykobi C++ Computational Geometry Library https://www.wykobi.com☆182Updated last year
- A generic programming header only C++ library for processing polygonal and polyhedral meshes☆1,040Updated last month
- A simple and modern C++ quadtree implementation☆241Updated last year
- A C implementation for creating 2D voronoi diagrams☆693Updated 9 months ago
- C++ header-only library with methods to efficiently encode/decode Morton codes in/from 2D/3D coordinates☆633Updated 2 years ago
- C++ implementation of the 3D QuickHull algorithm☆291Updated last year
- Tiny Polygon Partitioning and Triangulation Library☆682Updated 9 months ago
- Octree/Quadtree/N-dimensional linear tree☆181Updated 3 months ago
- C++ library and set of utilities for input, output, and basic manipulation of 3D triangle meshes☆329Updated 2 years ago
- A header-only, single-file library for colormaps written in C++11☆349Updated 3 months ago
- A C++ library for linear algebra and geometry manipulation for computer graphics.☆716Updated 2 years ago
- C++ library for NURBS curves and surfaces☆490Updated last year
- A library for detecting and resolving intersections between two surface meshes.☆462Updated last week
- C++ port of mapbox's JS concaveman, with a Python wrapper☆166Updated 2 years ago
- A C++ header-only parser for the PLY file format. Parse .ply happily!☆363Updated last year
- This is a mirror of the latest stable version of Triangle.☆152Updated 5 months ago
- Advanced correct for boost geometry polygons☆35Updated 3 years ago
- The Polygon Mesh Processing Library☆1,416Updated 2 months ago
- A collection of source code for computing in the fields of mathematics, geometry, graphics, image analysis and physics.☆1,301Updated 3 weeks ago
- Digital Geometry Tools and Algorithm Library☆386Updated 2 weeks ago
- C++ libraries and programs demonstrating mesh processing research published in ACM SIGGRAPH (1992-2003)☆895Updated last week
- Qhull development for www.qhull.org -- Qhull 2020.2 (8.1-alpha1) at https://github.com/qhull/qhull/wiki☆786Updated last week
- A simple octree with good commenting for learning how octrees work.