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,659在 GitHub 上查看↗

    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,325在 GitHub 上查看↗

    该存储库包含一款单人第一人称射击动作游戏的 C++ 游戏源代码。它是 Id Tech 4 引擎的软件实现,专为 3D 渲染而设计,重点在于实时统一光照和几何体。 该项目支持修改核心引擎逻辑和渲染系统。它可作为经典游戏引擎修改、第一人称射击游戏开发和复古游戏保存的资源。 该引擎利用统一着色器流水线和模板阴影体(stencil shadow volumes)进行光照效果处理,并结合 BSP 树空间分区进行可见性剔除和碰撞检测。它采用基于组件的实体系统来管理游戏对象。

    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