Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
oneearedrabbit authored Jul 5, 2024
1 parent 762dddb commit d40a61e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion curves/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h1>Animated Curves</h1>

<div class="box">
<web-fractal
data-name="Spiral"
data-name="Flame"
data-creation-date="2024-07-03"
>
order = 20
Expand All @@ -70,6 +70,21 @@ <h1>Animated Curves</h1>
formula = (x - y) / i - sin(t)
</web-fractal>
</div>

<div class="box">
<web-fractal
data-name="Multiplicative inverse"
data-creation-date="2024-07-03"
>
order = 4
angle = 90

A => BF-F-BFFFC-F-FC+F+BF-F-BFFFC-F-FC
B => BFFFC-F-FC+F+B
C => C+F+BF-F-BFFFC

formula = sin(i / x / y - t)
</web-fractal>
</div>

<template id="web-fractal-template">
Expand Down

0 comments on commit d40a61e

Please sign in to comment.