2 रिपॉजिटरी
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.
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.
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.