FOR CURIOUS OBSERVERS / 観測者へ
Imagine a folded message / 折りたたまれたメッセージ
The blocks can copy, vanish, flip, trade places, or calm down after repair. / 片は増えたり、欠けたり、反転したり、組み換わったり、修復で静かになります。
STANDALONE APP / SIGNAL OBSERVATION / 信号観測
Folded message-like strands can mutate, vanish, copy, flip, recombine, and repair. 染色体っぽく折りたたまれた情報片を、変化させて眺めるだけの小さな試作装置です。
HOW TO OBSERVE / 使い方
FOR CURIOUS OBSERVERS / 観測者へ
The blocks can copy, vanish, flip, trade places, or calm down after repair. / 片は増えたり、欠けたり、反転したり、組み換わったり、修復で静かになります。
SCOPE / 範囲
This is not a medical, biological, diagnostic, or genome analysis tool. / 医療、診断、生物学的解析、ゲノム解析のための道具ではありません。
LOCAL-FIRST / 端末内
All structures, event history, and canvas rendering stay inside this browser session. / 生成した構造やログはこのブラウザ内だけで扱われます。
SIMPLIFIED LOGIC / 簡易式
stability = clamp(1 - mutationCount / maxMutation, 0, 1)
density = sum(segment.density) / segmentCount
P(mutation) = mutationRate * (1 - stability)
opacity(t) = exp(-lambda * t)
y = sin(x * frequency + time * speed) * amplitude
repair = lerp(segment.stability, 1, repairStrength)