awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesShadow Mapping

Determining surface occlusion by comparing fragment depth against light-space depth maps.

Distinct from Shadow Utilities: Focuses on 3D shadow rendering, distinct from UI shadow utilities.

Explore 4 awesome GitHub repositories matching graphics & multimedia · Shadow Mapping. Refine with filters or upvote what's useful.

Awesome Shadow Mapping GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ssloy/tinyrendererssloy का अवतार

    ssloy/tinyrenderer

    23,252GitHub पर देखें↗

    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

    Calculates shadows by comparing fragment depth against a light-source depth map.

    C++3d3d-graphicsc-plus-plus
    GitHub पर देखें↗23,252
  • lettier/3d-game-shaders-for-beginnerslettier का अवतार

    lettier/3d-game-shaders-for-beginners

    19,407GitHub पर देखें↗

    This project is an educational platform and technical reference for learning real-time graphics programming through the development of custom shaders. It provides a comprehensive guide to the programmable graphics pipeline, offering a collection of tutorials and interactive examples that demonstrate how to manipulate coordinate spaces, manage buffer data, and implement complex rendering techniques in 3D environments. The repository distinguishes itself as a versatile toolkit for both photorealistic and non-photorealistic rendering. It includes modular implementations for stylized aesthetics s

    Determines surface occlusion by comparing fragment depth against light-space depth maps.

    C++3d3d-graphicsgame-development
    GitHub पर देखें↗19,407
  • gfxfundamentals/webgl-fundamentalsgfxfundamentals का अवतार

    gfxfundamentals/webgl-fundamentals

    5,004GitHub पर देखें↗

    webgl-fundamentals is a comprehensive educational resource and graphics tutorial for learning hardware-accelerated 2D and 3D rendering using the WebGL API. It serves as a structured 3D graphics curriculum and GPU programming reference, guiding users through the graphics pipeline from basic geometry to advanced rendering techniques. The project provides detailed guides on GLSL shader development, including the creation of vertex and fragment shaders. It specifically focuses on the implementation of real-time lighting models—such as directional, point, and spot lighting—and the application of s

    Teaches how to implement 3D shadow mapping by comparing fragment depth against light-space depth maps.

    HTML3d3d-mathglsl
    GitHub पर देखें↗5,004
  • steaklive/everyray-rendering-enginesteaklive का अवतार

    steaklive/EveryRay-Rendering-Engine

    738GitHub पर देखें↗

    EveryRay Rendering Engine is a high-performance graphics framework designed for real-time three-dimensional rendering. It utilizes a physically based deferred rendering pipeline to simulate realistic light behavior, incorporating global illumination, cascaded shadow mapping, and advanced volumetric effects to produce high-fidelity visual output. The engine distinguishes itself through a unified graphics abstraction layer that enables consistent performance across diverse hardware backends by translating high-level commands into specific instructions. It further optimizes complex environments

    Generates high-quality shadows for direct light sources using cascaded mapping techniques that include jitter reduction and detail optimization.

    C++3d-graphicsdeferred-renderingdirectx-11
    GitHub पर देखें↗738
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Tile Map Renderers
  5. Shadow Mapping

सब-टैग एक्सप्लोर करें

  • Cascaded Shadow MapsGenerates high-quality shadows for direct light sources using cascaded depth mapping. **Distinct from Shadow Mapping:** Focuses on the cascaded mapping technique specifically, rather than general shadow mapping.