mirror of
https://github.com/seigler/generative
synced 2025-07-27 07:06:08 +00:00
Add gradient_jungle sketch
This commit is contained in:
parent
7c824da05e
commit
bae99d6acb
8 changed files with 226 additions and 16 deletions
|
@ -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
1
app/assets/1/index.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../sketch-template.html
|
1
app/assets/2/index.html
Symbolic link
1
app/assets/2/index.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../sketch-template.html
|
BIN
app/assets/2/palm-leaf-1.jpg
Normal file
BIN
app/assets/2/palm-leaf-1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
BIN
app/assets/2/palm-leaf-2.jpg
Normal file
BIN
app/assets/2/palm-leaf-2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue