2 repos
Automated systems for selecting and managing rendering backends.
Distinguishing note: Focuses on the abstraction of underlying graphics APIs.
Explore 2 awesome GitHub repositories matching graphics & multimedia · Graphics Pipelines. Refine with filters or upvote what's useful.
PixiJS is a high-performance 2D rendering engine designed for building interactive visual content and browser-based games. It provides a hardware-accelerated graphics library that leverages WebGL and WebGPU backends to execute complex scenes, utilizing a hierarchical scene graph to manage object transformations and display order. The project distinguishes itself through a sophisticated architecture that decouples rendering logic from hardware APIs, allowing for consistent performance across diverse browser environments. It features a robust, asynchronous asset pipeline that handles loading, c
Renders graphics using an automated selection of available backends for optimal performance.
Phaser is a comprehensive 2D game engine designed for building high-performance, interactive content that runs directly in web browsers. At its core, the engine utilizes a fixed-timestep simulation loop that decouples game logic from variable browser frame rates, ensuring consistent behavior across diverse hardware. It provides a robust framework for managing asset loading, physics, input, and audio, enabling the creation of complex, responsive visual experiences for both desktop and mobile devices. The engine distinguishes itself through a high-performance graphics pipeline that automaticall
Processes vertex data through a series of modular stages to minimize draw calls and optimize GPU performance.