awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesOffscreen Framebuffer Creation

Setup of offscreen render targets with color and depth attachments for complex pipelines.

Distinct from Offscreen Rendering: Focuses on the creation of GPU framebuffers for graphics pipelines, not browser DOM offscreen rendering.

Explore 1 awesome GitHub repository matching user interface & experience · Offscreen Framebuffer Creation. Refine with filters or upvote what's useful.

Awesome Offscreen Framebuffer Creation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • regl-project/reglAvatar regl-project

    regl-project/regl

    5,528Vezi pe GitHub↗

    regl is a declarative WebGL library that manages graphics state and GPU resources through functional commands instead of manual binding and state tracking. It provides a command-based drawing abstraction where shaders, attributes, and render state are encapsulated into reusable, compiled functions that can be executed efficiently. What sets regl apart is its scoped state inheritance system, which allows nested drawing commands to inherit and override render state from parent scopes for organized rendering. The library automatically recovers from GPU context loss by restoring buffer and textur

    Creates framebuffer objects with color, depth, and stencil attachments for off-screen rendering.

    JavaScriptjavascriptreglwebgl
    Vezi pe GitHub↗5,528
  1. Home
  2. User Interface & Experience
  3. Web-Based Rendering Engines
  4. Embedded Web Renderers
  5. Offscreen Rendering
  6. Offscreen Framebuffer Creation