Skip to content

Commit

Permalink
initial p5js
Browse files Browse the repository at this point in the history
initial p5js
  • Loading branch information
yanyiyi committed Aug 10, 2015
0 parents commit a5c219e
Show file tree
Hide file tree
Showing 5 changed files with 30,231 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Untitled</title>
<script src="libraries/p5.js" type="text/javascript"></script>

<!-- Uncomment the lines below to include extra p5 libraries -->
<script src="libraries/p5.dom.js" type="text/javascript"></script>
<script src="libraries/p5.sound.js" type="text/javascript"></script>

<script src="sketch.js" type="text/javascript"></script>
</head>
<body>
</body>
</html>
Loading

0 comments on commit a5c219e

Please sign in to comment.