awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
3D Graphics Pipelines · Awesome GitHub Repositories

3 repos

Awesome GitHub Repositories3D Graphics Pipelines

Architectures focused on geometric processing, lighting, and material application for 3D environments, distinct from 2D UI or DOM-based rendering.

Explore 3 awesome GitHub repositories matching graphics & multimedia · 3D Graphics Pipelines. Refine with filters or upvote what's useful.

  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Rendering
  5. Rendering Systems
  6. 3D Graphics Pipelines

Awesome 3D Graphics Pipelines GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • mrdoob/three.js

    mrdoob/three.js

    110,982GitHubView on GitHub↗

    This project is a high-level 3D graphics engine designed to render complex, hardware-accelerated environments within web browsers. It provides a comprehensive abstraction layer that manages scene graphs, cameras, and lighting, mapping high-level scene definitions onto low-level graphics APIs. By decoupling these defini

    JavaScript3daugmented-realitycanvas
  • godotengine/godot

    godotengine/godot

    106,855GitHubView on GitHub↗

    Godot is a comprehensive, node-based game engine designed for building interactive 2D and 3D applications. It provides an integrated development environment that utilizes a hierarchical scene system to organize objects, propagate spatial transformations, and manage lifecycle events. The engine functions as a cross-plat

    C++game-developmentgame-enginegamedev
  • 3b1b/manim

    3b1b/manim

    84,611GitHubView on GitHub↗

    Manim is a Python-based computational geometry framework designed for programmatic video production. It functions as a mathematical animation engine, allowing users to generate high-fidelity visual content by scripting scene definitions rather than using traditional timeline-based editing software. The library is built

    Python3b1b-videosanimationexplanatory-math-videos

Explore sub-tags

  • Extensible Rendering PipelinesVersatile graphics architectures that provide advanced material and lighting systems for 3D rendering.
  • Geometry InstancingTechniques that reduce draw calls by rendering multiple instances of identical geometry with unique transformations.
  • Line Geometry RenderersRendering tools specialized in displaying high-performance stylized line geometries and wireframes.
  • Material Systems
Systems that apply various material properties to 3D meshes to control their surface appearance.
  • Rasterization EnginesSystems that generate high-fidelity images by sequentially rendering individual scene states into buffers.
  • Scene RenderersFrameworks that utilize high-performance graphics backends to render three-dimensional scenes to a display.
  • WebGPU RenderersRendering tools that leverage modern GPU-accelerated web APIs to produce high-performance three-dimensional graphics.