awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • tinyobjloader/tinyobjloaderAvatar de tinyobjloader

    tinyobjloader/tinyobjloader

    3,826Ver en 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++
    Ver en GitHub↗3,826
  1. Home
  2. Data & Databases
  3. Dataset Loading
  4. Geometry