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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

18 repository-uri

Awesome GitHub RepositoriesGeometry Processing

Libraries for mesh manipulation, triangulation, and spatial math.

Explore 18 awesome GitHub repositories matching part of an awesome list · Geometry Processing. Refine with filters or upvote what's useful.

Awesome Geometry Processing GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • dusty-nv/jetson-inferenceAvatar dusty-nv

    dusty-nv/jetson-inference

    8,734Vezi pe GitHub↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    NVIDIA provides optimized CUDA kernels for triangle attention and triangle multiplication to speed up processing of 3D data.

    C++caffecomputer-visiondeep-learning
    Vezi pe GitHub↗8,734
  • recastnavigation/recastnavigationAvatar recastnavigation

    recastnavigation/recastnavigation

    7,772Vezi pe GitHub↗

    RecastNavigation is a navigation mesh toolset and game AI pathfinding library used to generate and query walkable surfaces in 3D environments. It functions as a runtime navigation mesh generator and spatial query library, transforming raw 3D geometry into simplified surfaces to enable AI movement. The project includes a crowd simulation engine that manages steering and collision avoidance for large numbers of agents. It provides capabilities for group movement coordination and the simulation of many agents simultaneously using scalable navigation techniques. The system covers mesh generation

    Navigation-mesh toolset for games.

    C++
    Vezi pe GitHub↗7,772
  • zeux/meshoptimizerAvatar zeux

    zeux/meshoptimizer

    7,283Vezi pe GitHub↗

    meshoptimizer is a 3D mesh optimization library designed to compress geometry and animation data, reduce memory usage, and improve rendering performance. It functions as a geometry simplification tool, a mesh compression codec, and a utility for preparing data for mesh shaders and raytracing acceleration. The library provides specialized toolsets for partitioning meshes into clusters and meshlets to optimize hardware-accelerated rendering pipelines. It also includes helpers for generating opacity micromaps and spatial clusters to increase the speed of hardware ray-triangle intersection tests.

    Mesh optimization for smaller, faster rendering.

    C++compressiongltfgpu
    Vezi pe GitHub↗7,283
  • nvidia/isaac-gr00tAvatar NVIDIA

    NVIDIA/Isaac-GR00T

    6,222Vezi pe GitHub↗

    Builds high-performance geometry and mesh processing pipelines for meshing, remeshing, collision queries, and distance field operations.

    Jupyter Notebook
    Vezi pe GitHub↗6,222
  • libigl/libiglAvatar libigl

    libigl/libigl

    5,030Vezi pe GitHub↗

    libigl este o bibliotecă C++ de procesare geometrică utilizată pentru analizarea și manipularea mesh-urilor 3D triunghiulare și tetraedrice. Funcționează ca o suită de algebră liniară numerică și un framework de manipulare a mesh-urilor, integrând un motor de deformare geometrică pentru a implementa transformări rigide și poliharmonice. Proiectul se distinge prin designul de bibliotecă header-only și implementarea tehnicilor de deformare specializate, inclusiv deformarea rigid-as-possible și cea poliharmonică. De asemenea, oferă un instrument de vizualizare pentru randarea suprafețelor și a câmpurilor scalare cu controale interactive ale scenei și selecția mesh-urilor. Biblioteca acoperă o gamă largă de capabilități, inclusiv analiza geometrică pentru curbură și distanțe geodezice, generarea de mesh-uri prin extracția iso-suprafețelor și triangulare, și remeshing prin warping anizotrop. Suportă, de asemenea, operațiuni booleene pe mesh-uri, parametrizarea suprafețelor și optimizarea numerică pentru rezolvarea ecuațiilor Laplace și a programelor pătratice. Toolkit-ul include utilitare pentru importul și exportul diverselor formate de geometrie 3D și suportă interoperabilitatea cu Matlab pentru executarea scripturilor și partajarea matricelor.

    Simple library for geometry processing.

    C++
    Vezi pe GitHub↗5,030
  • liangliangnan/easy3dAvatar LiangliangNan

    LiangliangNan/Easy3D

    1,634Vezi pe GitHub↗

    A lightweight, easy-to-use, and efficient library for processing and rendering 3D data (C++ & Python)

    Library for 3D modeling and geometry processing.

    C++3d-modelingcomputer-graphicsdata-structure
    Vezi pe GitHub↗1,634
  • kmammou/v-hacdAvatar kmammou

    kmammou/v-hacd

    1,633Vezi pe 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…

    Decomposes 3D surfaces into convex parts.

    C++
    Vezi pe GitHub↗1,633
  • pmp-library/pmp-libraryAvatar pmp-library

    pmp-library/pmp-library

    1,489Vezi pe GitHub↗

    The Polygon Mesh Processing Library is a modern C++ open-source library for processing and visualizing polygon surface meshes. Its main features are:

    Processing and visualization of polygon surface meshes.

    C++
    Vezi pe GitHub↗1,489
  • mlivesu/cinolibAvatar mlivesu

    mlivesu/cinolib

    1,098Vezi pe GitHub↗

    A generic programming header only C++ library for processing polygonal and polyhedral meshes

    Header-only library for polygonal mesh processing.

    C++
    Vezi pe GitHub↗1,098
  • ivanfratric/polypartitionAvatar ivanfratric

    ivanfratric/polypartition

    702Vezi pe 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…

    2D polygon partitioning and triangulation.

    C++
    Vezi pe GitHub↗702
  • songrun/seamawaredecimaterAvatar songrun

    songrun/SeamAwareDecimater

    528Vezi pe GitHub↗

    This project implements the seam-aware decimation portion of our SIGGRAPH Asia 2017 paper Seamless: Seam erasure and seam-aware decoupling of shape from mesh resolution. Seam-aware decimater simplifies a mesh while preserving its UV's boundary. It allows the same texture to be used across all…

    Simplifies meshes while preserving UVs.

    C++
    Vezi pe GitHub↗528
  • caosdoar/spheresAvatar caosdoar

    caosdoar/spheres

    272Vezi pe GitHub↗

    When graphics programmers face the problem of creating a mesh for a sphere, trade-offs must be made between quality and construction, memory and rendering costs. This document introduces four different methods and analyzes their characteristics and compares them allowing programmers to make an…

    Methods for creating sphere meshes.

    C
    Vezi pe GitHub↗272
  • msokalski/delabellaAvatar msokalski

    msokalski/delabella

    261Vezi pe GitHub↗

    Bunch of credits must go to David for inventing such beautiful algorithm (Newton Apple Wrapper):

    Stable 2D Delaunay triangulation.

    C++
    Vezi pe GitHub↗261
  • ilmola/generatorAvatar ilmola

    ilmola/generator

    240Vezi pe GitHub↗

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

    Procedural geometry generation library.

    C++
    Vezi pe GitHub↗240
  • lukasbanana/geometronlibAvatar LukasBanana

    LukasBanana/GeometronLib

    98Vezi pe GitHub↗

    GeometronLib - Basic Geometry Library for 2D/3D Apps in modern C++

    3D shape meshes and ray-geometry intersection.

    C++
    Vezi pe GitHub↗98
  • stevinz/extrudeAvatar stevinz

    stevinz/extrude

    22Vezi pe GitHub↗

    Extrudes an image into a 3D mesh in C++11 with no external dependencies. Sample VS Code project uses the sokol graphics library for rendering the extruded model.

    Converts 2D images into 3D extruded meshes.

    C++
    Vezi pe GitHub↗22
  • soerendd/delaunator-cppAvatar soerendd

    soerendd/delaunator-cpp

    0Vezi pe GitHub↗

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

    Fast Delaunay triangulation for 2D points.

    C++
    Vezi pe GitHub↗0
  • timsc/0813573d77734bcb6f2cd2cf6cc7aa51T

    TimSC/0813573d77734bcb6f2cd2cf6cc7aa51

    0Vezi pe GitHub↗

    Reduces points along a 2D line.

    Vezi pe GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Geometry Processing

Explorează sub-etichetele

  • Neural Network AccelerationGPU-optimized kernels and primitives specifically designed to accelerate deep learning operations on geometric data. **Distinct from Geometry Processing:** Focuses on the AI acceleration aspect (attention, multiplication) rather than general mesh manipulation or spatial math.