Skip to content

Commit

Permalink
All files added
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Bakarec committed Jan 20, 2019
0 parents commit d2f09ce
Show file tree
Hide file tree
Showing 21 changed files with 153,749 additions and 0 deletions.
3,136 changes: 3,136 additions & 0 deletions addons/p5.dom.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions addons/p5.dom.min.js

Large diffs are not rendered by default.

12,613 changes: 12,613 additions & 0 deletions addons/p5.sound.js

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions addons/p5.sound.min.js

Large diffs are not rendered by default.

522 changes: 522 additions & 0 deletions dijkstra.js

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>p5.js example</title>
<style> body {padding: 0; margin: 0;} </style>
<script src="p5.min.js"></script>
<script src="addons/p5.dom.min.js"></script>
<script src="addons/p5.sound.min.js"></script>
<script src="dijkstra.js"></script>
<script src="realAvl.js"></script>
<script src="main.js"></script>
</head>
<body>
</body>
</html>
Loading

0 comments on commit d2f09ce

Please sign in to comment.