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
Back to stevinz/extrude

Open-source alternatives to Extrude

16 open-source projects similar to stevinz/extrude, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Extrude alternative.

  • nvidia/isaac-gr00tNVIDIA avatar

    NVIDIA/Isaac-GR00T

    6,222View on GitHub↗
    Jupyter Notebook
    View on GitHub↗6,222
  • 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
  • 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
  • liangliangnan/easy3dLiangliangNan avatar

    LiangliangNan/Easy3D

    1,634View on GitHub↗

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

    C++3d-modelingcomputer-graphicsdata-structure
    View on GitHub↗1,634

AI search

Explore more awesome repositories

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

Find more with AI search
  • libigl/libigllibigl avatar

    libigl/libigl

    5,030View on GitHub↗

    libigl is a C++ geometry processing library used for analyzing and manipulating 3D triangle and tetrahedral meshes. It functions as a numerical linear algebra suite and a mesh manipulation framework, integrating a geometric deformation engine to implement rigid and polyharmonic transformations. The project is distinguished by its header-only library design and its implementation of specialized deformation techniques, including rigid-as-possible and polyharmonic shape deformation. It also provides a visualization tool for rendering surfaces and scalar fields with interactive scene controls and

    C++
    View on GitHub↗5,030
  • lukasbanana/geometronlibLukasBanana avatar

    LukasBanana/GeometronLib

    98View on GitHub↗

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

    C++
    View on GitHub↗98
  • mlivesu/cinolibmlivesu avatar

    mlivesu/cinolib

    1,098View on GitHub↗

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

    C++
    View on GitHub↗1,098
  • msokalski/delabellamsokalski avatar

    msokalski/delabella

    261View on GitHub↗

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

    C++
    View on GitHub↗261
  • pmp-library/pmp-librarypmp-library avatar

    pmp-library/pmp-library

    1,489View on GitHub↗

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

    C++
    View on GitHub↗1,489
  • recastnavigation/recastnavigationrecastnavigation avatar

    recastnavigation/recastnavigation

    7,772View on 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

    C++
    View on GitHub↗7,772
  • soerendd/delaunator-cppsoerendd avatar

    soerendd/delaunator-cpp

    0View on GitHub↗

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

    C++
    View on GitHub↗0
  • songrun/seamawaredecimatersongrun avatar

    songrun/SeamAwareDecimater

    528View on 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…

    C++
    View on GitHub↗528
  • timsc/0813573d77734bcb6f2cd2cf6cc7aa51T

    TimSC/0813573d77734bcb6f2cd2cf6cc7aa51

    0View on GitHub↗
    View on GitHub↗0
  • caosdoar/spherescaosdoar avatar

    caosdoar/spheres

    272View on 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…

    C
    View on GitHub↗272
  • zeux/meshoptimizerzeux avatar

    zeux/meshoptimizer

    7,283View on 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.

    C++compressiongltfgpu
    View on GitHub↗7,283