awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • tinyobjloader/tinyobjloaderالصورة الرمزية لـ tinyobjloader

    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