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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesShadow Mapping

Determines surface occlusion by comparing fragment depth against a pre-rendered scene representation from the perspective of the light source.

Distinct from Shadow Utilities: Distinct from UI shadow utilities: focuses on 3D depth-map-based occlusion rather than 2D UI elevation.

Explore 1 awesome GitHub repository matching user interface & experience · Shadow Mapping. Refine with filters or upvote what's useful.

Awesome Shadow Mapping GitHub Repositories

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

    ssloy/tinyrenderer

    23,252عرض على GitHub↗

    Tinyrenderer is a C++ library designed as an educational tool for building a 3D graphics pipeline from scratch. It provides a software-defined rendering environment that executes all geometric transformations and rasterization tasks on the central processor, intentionally avoiding reliance on external hardware acceleration or graphics libraries. The project serves as a pedagogical resource for understanding the fundamental mathematical principles of computer graphics. It enables users to implement custom shader pipelines and core rendering techniques, such as barycentric coordinate calculatio

    Determines surface occlusion by comparing fragment depth against a pre-rendered scene representation from the light source perspective.

    C++3d3d-graphicsc-plus-plus
    عرض على GitHub↗23,252
  1. Home
  2. User Interface & Experience
  3. Shadow Utilities
  4. Shadow Mapping