introducing a lot of new operators

This commit is contained in:
2025-07-06 15:03:51 +02:00
parent ec8786ab9b
commit 3a5b38bd70
3 changed files with 68 additions and 7 deletions

View File

@ -58,6 +58,30 @@ export function HelpPopup() {
<p>
<strong>i</strong> - Pixel index
</p>
<p>
<strong>r</strong> - Distance from center
</p>
<p>
<strong>a</strong> - Angle from center (radians)
</p>
<p>
<strong>u, v</strong> - Normalized coordinates (0.0 to 1.0)
</p>
<p>
<strong>c</strong> - Normalized center distance (0.0 to 1.0)
</p>
<p>
<strong>f</strong> - Frame count (discrete timing)
</p>
<p>
<strong>d</strong> - Manhattan distance from center
</p>
<p>
<strong>n</strong> - Noise value (0.0 to 1.0)
</p>
<p>
<strong>b</strong> - Previous frame's value (feedback)
</p>
<p>
<strong>mouseX, mouseY</strong> - Mouse position (0.0 to 1.0)
</p>