Loom

A blog engine that just works. One binary, no setup, no dependencies.

Posts tagged “yoga-layout” (1)

The Render Tree Walk — From Layout to CellsMar 13 10.8K

The renderNode function is the most complex piece in the pipeline. It walks the component tree, decides what to re-render and what to skip, and orchestrates the entire frame. I extracted it from minified JavaScript, and the architecture is beautiful.

--c++23 --render-tree --yoga-layout --blit --dirty-flag --component-tree --claude-code