Skip to main content

One post tagged with "architecture"

View All Tags

From React to GPU: How XFrames Renders

ยท 6 min read
Andrea Mancuso
Software Engineer, creator of XFrames

You write <XFrames.Button label="Click me" /> and a GPU-rendered button appears on screen. No DOM, no CSS, no browser engine. What happens in between?

XFrames bridges two very different worlds: React's declarative component model and Dear ImGui's immediate-mode rendering. This post traces the full path from JSX to pixels.