awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
soerendd avatar

soerendd/delaunator-cppFork

0
View on GitHub↗
0 stars·1 fork·C++·MIT·11 views

Delaunator Cpp

A really fast C++ library for Delaunay triangulation of 2D points.

Features

  • Geometry Processing - Fast Delaunay triangulation for 2D points.

Star history

Star history chart for soerendd/delaunator-cppStar history chart for soerendd/delaunator-cpp

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Delaunator Cpp

Similar open-source projects, ranked by how many features they share with Delaunator Cpp.
  • nvidia/isaac-gr00tNVIDIA avatar

    NVIDIA/Isaac-GR00T

    6,222View on GitHub↗
    Jupyter Notebook
    View on GitHub↗6,222
  • ivanfratric/polypartitionivanfratric avatar

    ivanfratric/polypartition

    702View on GitHub↗

    PolyPartition is a lightweight C++ library for polygon partition and triangulation. PolyPartition implements multiple algorithms for both convex partitioning and triangulation. Different algorithms produce different quality of results (and their complexity varies accordingly). The implemented…

    C++
    View on GitHub↗702
  • kmammou/v-hacdkmammou avatar

    kmammou/v-hacd

    1,633View on GitHub↗

    Collision detection is essential for realistic physical interactions in video games and computer animation. In order to ensure real-time interactivity with the player/user, video game and 3D modeling software developers usually approximate the 3D models composing the scene (e.g. animated…

    C++
    View on GitHub↗1,633
  • ilmola/generatorilmola avatar

    ilmola/generator

    240View on GitHub↗

    The purpose of this library is to easily generate procedural meshes of geometric primitives such as spheres, boxes, cones, cylinders etc.

    C++
    View on GitHub↗240
See all 16 alternatives to Delaunator Cpp→

Frequently asked questions

What does soerendd/delaunator-cpp do?

A really fast C++ library for Delaunay triangulation of 2D points.

What are the main features of soerendd/delaunator-cpp?

The main features of soerendd/delaunator-cpp are: Geometry Processing.

What are some open-source alternatives to soerendd/delaunator-cpp?

Open-source alternatives to soerendd/delaunator-cpp include: nvidia/isaac-gr00t. ivanfratric/polypartition — PolyPartition is a lightweight C++ library for polygon partition and triangulation. PolyPartition implements multiple… kmammou/v-hacd — Collision detection is essential for realistic physical interactions in video games and computer animation. In order… liangliangnan/easy3d — A lightweight, easy-to-use, and efficient library for processing and rendering 3D data (C++ & Python). libigl/libigl — libigl is a C++ geometry processing library used for analyzing and manipulating 3D triangle and tetrahedral meshes. It… ilmola/generator — The purpose of this library is to easily generate procedural meshes of geometric primitives such as spheres, boxes,…