1 repo
Graphics engines that integrate directly with UI component lifecycles and state.
Distinguishing note: Focuses on the engine paradigm where scene elements are UI components.
Explore 1 awesome GitHub repository matching graphics & multimedia · Component-Driven Graphics Engines. Refine with filters or upvote what's useful.
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
Treats three-dimensional scene elements as reusable UI components that synchronize with application state.