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 8d8212c commit f35cddb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions curves/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,22 @@ <h1>Animated Curves</h1>

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

<div class="box">
<web-fractal
data-name="Catch me"
data-creation-date="2024-07-04"
>
order = 6
angle = 120

A => F+F+F
F => F-F+F

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

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

0 comments on commit f35cddb

Please sign in to comment.