awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tinyobjloader/tinyobjloadertinyobjloader 的头像

    tinyobjloader/tinyobjloader

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