awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesVariable Rate Shading

Adjusting the shading precision and density across different screen areas to optimize GPU load.

Distinct from Materials & Shading: Focuses on the precision and density of the shading process rather than the surface definition of the material.

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

Awesome Variable Rate Shading GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • godotengine/godot-demo-projectsAvatar de godotengine

    godotengine/godot-demo-projects

    8,250Voir sur GitHub↗

    This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the Godot Game Engine. It serves as an interactive tutorial and reference library, providing a working codebase to demonstrate how to apply engine features in real-world scenarios. The collection focuses on practical implementation guides, covering a wide array of technical capabilities from basic engine fundamentals to advanced rendering and scripting techniques. It allows users to study the application of node-based composition, asset pipelines, and game logic through direct ex

    Optimizes rendering quality by adjusting shading precision in specific screen areas using density maps and foveation.

    GDScript
    Voir sur GitHub↗8,250
  • microsoft/directx-graphics-samplesAvatar de Microsoft

    Microsoft/DirectX-Graphics-Samples

    6,762Voir sur GitHub↗

    This project is a collection of reference implementations and technical guides for building high-performance 3D applications and graphics experiments on Windows. It provides a library of samples covering the implementation of GPU compute frameworks, raytracing reference models, and shader optimization techniques. The repository includes specific demonstrations for modeling physical light behavior to create reflections and lighting effects, as well as tools for analyzing memory dumps and tracking real-time execution metrics on graphics hardware. It further provides guidance on managing shader

    Implements dynamic adjustment of shading rates to optimize GPU load and improve frame rates.

    C++
    Voir sur GitHub↗6,762
  • nvidia/isaac-gr00tAvatar de NVIDIA

    NVIDIA/Isaac-GR00T

    6,222Voir sur GitHub↗

    Applies higher shading rates to the foveated region of an HMD display based on user gaze, managed by the driver with no coding required.

    Jupyter Notebook
    Voir sur GitHub↗6,222
  • confettifx/the-forgeAvatar de ConfettiFX

    ConfettiFX/The-Forge

    5,575Voir sur GitHub↗

    The Forge est une boîte à outils de bas niveau pour construire des moteurs graphiques et des applications haute performance sur les plateformes de bureau, mobiles et consoles. Il fournit un framework de moteur multiplateforme et un compilateur de shader dédié qui traduit une source unique en langages spécifiques à la cible pour diverses API graphiques et matériels. Le projet inclut un gestionnaire de mémoire et de ressources GPU qui utilise des signatures racines unifiées pour la liaison de ressources, ainsi qu'un pipeline de rendu par lancer de rayons (ray tracing) qui implémente des requêtes de lancer de rayons et de chemins accélérées par le matériel. La gestion d'état est traitée par un système d'entité-composant haute performance qui organise les données et la logique en composants discrets. Les domaines de capacités larges couvrent la surveillance des performances GPU via des breadcrumbs matériels et le micro-profilage, la gestion des entrées multiplateforme pour divers périphériques, et un système d'animation pour la lecture et le mélange squelettique. Le framework prend également en charge le chargement asynchrone de ressources, l'ombrage à taux variable (variable rate shading) et l'indexation de ressources non uniforme. La boîte à outils fournit une automatisation pour l'itération en temps réel, incluant la recompilation de shader en direct et la capacité de recharger des bibliothèques dynamiques à l'exécution.

    Implements an optimization that shades different parts of a render target at varying resolutions based on image gradients.

    C++
    Voir sur GitHub↗5,575
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Materials & Shading
  5. Variable Rate Shading

Explorer les sous-tags

  • VR1 sous-tagVariable rate shading techniques optimized for VR, optionally coupling with eye-tracking for foveated rendering. **Distinct from Variable Rate Shading:** Distinct from Variable Rate Shading: focuses on VR-specific optimizations and eye-tracking integration, not general screen-space shading.