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

3 repos

Awesome GitHub RepositoriesGraphics Pipeline Architectures

Low-level systems focused on the sequence of operations, data decimation, and hardware-level processing of visual commands.

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

  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Rendering
  5. Rendering Engines
  6. Graphics Pipeline Architectures

Awesome Graphics Pipeline Architectures GitHub Repositories

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

    ocornut/imgui

    71,441GitHubView on GitHub↗

    This project is an immediate-mode graphical user interface library designed for rapid development of tools and debugging interfaces. By generating UI geometry every frame through procedural code, it eliminates the need for persistent state synchronization between application data and the interface. It is primarily inte

    C++apicplusplusframework
  • chartjs/Chart.js

    chartjs/Chart.js

    67,174GitHubView on GitHub↗

    Chart.js is a declarative data visualization framework that renders interactive, responsive charts directly onto an HTML5 canvas element. It functions as a configuration-driven engine, transforming structured datasets into complex graphical representations by merging user-defined settings with global defaults. The libr

    JavaScriptcanvaschartgraph
  • LadybirdBrowser/ladybird

    LadybirdBrowser/ladybird

    58,620GitHubView on GitHub↗

    Ladybird is an independent, cross-platform web browser built from the ground up with a modular architecture. It functions as a standalone application that fetches, processes, and renders web content directly from the internet. At its core, the project serves as a research platform for browser architecture, focusing on

    C++browserbrowser-engine

Explore sub-tags

  • Backend-Agnostic Rendering PipelinesRendering architectures that decouple user interface logic from specific graphics APIs by producing raw vertex buffers.
  • Hardware-Accelerated RenderingRendering processes that offload the composition of visual layers to the graphics processor for improved performance.
  • Rendering Pipeline ExtensionsComponents that provide styling properties and interface definitions to modify internal rendering pipeline behavior.
Rendering Pipelines
Specialized graphics pipelines designed to optimize data processing and visual output generation.
  • Software RenderersSoftware-based rasterizers that perform rendering tasks without relying on dedicated hardware acceleration.