Skip to content

Commit f74a2fa

Browse files
author
Hiraoka
committed
update doc
1 parent e3a4df6 commit f74a2fa

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Interactive & colorized version of the article:
1111

1212
> A. K. Dewdney: "COMPUTER RECREATIONS", Scientific American, Vol. 255, No. 3, pp. 14-23, September 1986.
13-
1413
> ("Wallpaper for the mind: computer images that are almost, but not quite, repetitive")
1514
1615
[Demo, Algorithm, Samples](http://kaorahi.github.io/moireTapestry/moire.html)

moire.html

+9-6
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,11 @@ <h2>What is this?</h2>
531531
</blockquote>
532532
for the given parameter c.
533533
</p>
534-
<p><a href="https://github.com/kaorahi/moireTapestry">Project Home</a></p>
534+
<h2>Samples</h2>
535+
These <span id="samples"></span> patterns are generated
536+
from just one parameter c without randomness.
537+
<p>size <input id="gallerySize" type="range" min="5" max="40" step="1"></input></p>
538+
<p id="gallery"></p>
535539
<h2>Advanced usage</h2>
536540
<p>
537541
<ul>
@@ -548,10 +552,9 @@ <h3 class="thin">(experimental)</h3>
548552
<li>Enable GPU: Get <a href="https://twgljs.org/">twgl.min.js</a> (e.g. <a href="https://github.com/greggman/twgl.js/releases/tag/v4.23.2">v4.23.2</a>) and append "&amp;GPU=y" after "?c=x.xxxx" in the URL.</li>
549553
</ul>
550554
</p>
551-
<h2>Samples</h2>
552-
These <span id="samples"></span> patterns are generated
553-
from just one parameter c without randomness.
554-
<p>size <input id="gallerySize" type="range" min="5" max="40" step="1"></input></p>
555-
<p id="gallery"></p>
555+
<h2>Link</h2>
556+
<p>
557+
<a href="https://github.com/kaorahi/moireTapestry">Project Home</a>
558+
</p>
556559
<div id='toast'><p id='toastMessage'></p></div>
557560
</body>

0 commit comments

Comments
 (0)