awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Declarative 3D Rendering · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesDeclarative 3D Rendering

Approaches to building 3D scenes using declarative component-based architecture.

Distinguishing note: Focuses on the declarative paradigm for 3D scene construction.

Explore 1 awesome GitHub repository matching graphics & multimedia · Declarative 3D Rendering. Refine with filters or upvote what's useful.

  1. Home
  2. Graphics & Multimedia
  3. Declarative 3D Rendering

Awesome Declarative 3D Rendering GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • pmndrs/react-three-fiber

    pmndrs/react-three-fiber

    30,269View on GitHub↗

    This project is a React-based WebGL renderer that enables the creation of three-dimensional scenes using a declarative, component-driven architecture. It functions as a bridge between a component-based user interface library and a low-level graphics engine, allowing developers to manage lights, cameras, and geometry as standard elements within a reactive tree structure. The library distinguishes itself by treating the scene graph as a declarative hierarchy that synchronizes directly with application state and lifecycle events. It utilizes a custom reconciler to map component updates to object

    Builds complex three-dimensional scenes using standard component-based architecture to manage lights, cameras, and geometry.

    TypeScript3danimationfiber
    30,269View on GitHub↗