top of page

Aa2.hair.v2 [hot] May 2026

export: aa2.hair.v2.final = "a braid of versions"

loop: for each split: grow( tension * 0.5 ) if length > threshold: branch( color = #aa2 ) branch( color = #hair ) branch( color = #v2 ) aa2.hair.v2

aa2.hair.v2 init: strand[0] = "split" strand[1] = "split again" export: aa2

v2 rule: each branch forgets its origin each branch remembers its split aa2.hair.v2

(strand logic / recursive braid)

end condition: no split is singular every strand contains the whole head at least twice

bottom of page