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
15
app/sketch-template.html
Normal file
15
app/sketch-template.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!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><a href="../">Back</a> | <code>Space</code> or double click for a new one. <code>S</code> to save.</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue