awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesGeometry

Specialized processes for retrieving and structuring 3D mesh and material data from files.

Distinct from Dataset Loading: Focuses on 3D geometry data structures rather than general data retrieval or ML datasets.

Explore 1 awesome GitHub repository matching data & databases · Geometry. Refine with filters or upvote what's useful.

Awesome Geometry GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • tinyobjloader/tinyobjloaderAvatar de tinyobjloader

    tinyobjloader/tinyobjloader

    3,826Voir sur GitHub↗

    tinyobjloader is a header-only C++ library for parsing Wavefront OBJ and MTL files. It extracts 3D mesh geometry, shape topology, and material definitions into memory, supporting the conversion of formatted text strings or files into vertex, normal, and texture coordinate data structures. The library provides a triangulation pipeline that converts complex, multi-vertex polygons into triangles using 2D projection and ear-clipping algorithms. It supports physically based rendering setups by extracting PBR material parameters and texture maps from material library files. To handle large dataset

    Parses massive 3D datasets using a one-pass loader with multithreading and arena allocation to minimize memory overhead.

    C++
    Voir sur GitHub↗3,826
  1. Home
  2. Data & Databases
  3. Dataset Loading
  4. Geometry