Add gradient_jungle sketch

This commit is contained in:
Joshua Seigler 2019-11-06 17:24:17 -05:00
parent 7c824da05e
commit bae99d6acb
8 changed files with 226 additions and 16 deletions

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Generative Art - seigler.github.io</title>
<link rel="stylesheet" href="DIGEST(../app.css)">
</head>
<body>
<script src="../modules/p5.min.js"></script>
<script src="../modules/p5.sound.min.js"></script>
<script src="DIGEST(../app.js)"></script>
<footer><code>Space</code> or double click for a new one. <code>S</code> to save.</footer>
</body>
</html>

1
app/assets/1/index.html Symbolic link
View file

@ -0,0 +1 @@
../../sketch-template.html

1
app/assets/2/index.html Symbolic link
View file

@ -0,0 +1 @@
../../sketch-template.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View file

@ -11,6 +11,7 @@
<h1>P5.js generative art</h1>
<ol>
<li><a class="sketch" href="1/">gradient burst</a></li>
<li><a class="sketch" href="2/">gradient jungle</a></li>
</ol>
</main>
</body>