eloraiby / delaunayLinks
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
Sorting:
- 2D Delaunay triangulation (dela) - super stable (bella!)☆236Updated last year
- A C++ half-edge data structure for a triangle mesh with no external dependencies whatsoever. Public domain.☆117Updated 13 years ago
- Robust geometric predicates☆61Updated last year
- Single header implementation of "A linear-time component-labeling algorithm using contour tracing technique" by Fu Chang, Chun-Jen Chen,…☆56Updated last year
- A 2D constrained Delaunay triangulation library☆80Updated 7 years ago
- CSG library for C++, port of https://github.com/evanw/csg.js/☆104Updated 8 years ago
- Efficient and clean text rendering for OpenGL☆116Updated 5 years ago
- A basic geometry C++ library for 2D and 3D applications☆97Updated 7 months ago
- Header only 3d quickhull in c99☆295Updated 8 years ago
- ShaderGen is a tool that automatically generates OpenGL Shading Language shaders that duplicate fixed function OpenGL behavior.☆112Updated 2 years ago
- Using clipper and poly2tri together for robust triangulation☆92Updated 10 years ago
- Dual Contoruing implemented in C++☆95Updated 6 years ago
- A C/C++ single-file library that packs triangles of a 3D mesh into a rectangle/texture.☆60Updated 8 years ago
- Benchmark of various spatial data structures for collision detection.☆131Updated 7 years ago
- Doug Moore's Fast Hilbert Curve Generation, Sorting, and Range Queries☆71Updated 8 years ago
- toy C++ Vulkan library☆49Updated 6 years ago
- A fast parallel CPU-based surface & solid voxelizer.☆78Updated 4 years ago
- Tiny self-contained C++ version of the PCG32 pseudorandom number generator☆75Updated 9 years ago
- Easy to use SVG library for C++ (fork of legacy Google code project archive)☆95Updated 6 months ago
- Dual Contouring Implementation in C++, by Tao Ju, from http://sourceforge.net/projects/dualcontouring/☆69Updated 11 years ago
- GLSL like minimalist vector, matrix and quaternion math library for C++11☆40Updated 4 years ago
- Mallie, bootstrap for your own ray tracer.☆57Updated 8 years ago
- Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.☆27Updated last year
- Dynamic AABB trees in C++ with support for periodic systems.☆332Updated 4 years ago
- Geometry related data structures (C11)☆110Updated 8 years ago
- Loose Quadtree (Region Tree) simple C++11 implementation☆66Updated last year
- High quality 2D vector graphics rendering library for OpenGL and OpenGL ES.☆80Updated 10 years ago
- A procedural geometry generation library for C++11☆227Updated 2 years ago
- Single-header single-function C/C++ immediate-mode camera for your graphics demos☆92Updated 8 years ago
- Fast mesh simplification via edge collapsing☆134Updated 8 years ago