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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesFixed-Function Pipelines

Rendering pipelines with a fixed set of configurable operations, lacking programmable shader stages.

Distinct from Software 3D Rendering: Distinct from Software 3D Rendering: specifies the fixed-function pipeline architecture rather than the general CPU-based rendering approach.

Explore 2 awesome GitHub repositories matching graphics & multimedia · Fixed-Function Pipelines. Refine with filters or upvote what's useful.

Awesome Fixed-Function Pipelines GitHub Repositories

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

    id-Software/Quake

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

    This is the original C source code for the Quake game engine, a landmark first-person shooter engine from the 1990s. It is a retro game engine that renders 3D environments and processes player input in real time using CPU-based software rendering rather than GPU acceleration. The engine supports networked multiplayer gameplay over LAN or internet connections and is designed to be moddable, allowing users to create and run custom game modifications and levels. The engine's architecture includes a Binary Space Partition tree for efficient world geometry organization and visibility determination

    Renders 3D scenes using a software-based rasterizer with no programmable shaders or GPU acceleration.

    C
    GitHub पर देखें↗5,659
  • id-software/doom-3-bfgid-Software का अवतार

    id-Software/DOOM-3-BFG

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

    This repository contains the C++ game source code for a single-player first-person shooter action game. It is a software implementation of the Id Tech 4 engine, designed for 3D rendering with a focus on real-time unified lighting and geometry. The project enables the modification of core engine logic and rendering systems. It serves as a resource for classic game engine modification, first-person shooter development, and retro game preservation. The engine utilizes a unified shader pipeline and stencil shadow volumes for lighting effects, alongside BSP tree spatial partitioning for visibilit

    Includes a wrapper for fixed-function pipelines to maintain compatibility across different graphics hardware and drivers.

    C++
    GitHub पर देखें↗5,325
  1. Home
  2. Graphics & Multimedia
  3. Software 3D Rendering
  4. Fixed-Function Pipelines

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

  • API WrappersAbstraction layers that wrap fixed-function graphics API calls to ensure hardware and driver compatibility. **Distinct from Fixed-Function Pipelines:** Focuses on the abstraction wrapper rather than the fixed-function pipeline architecture itself