Skip to content

Commit 2a0eec4

Browse files
committed
Add openprocessing sketch
1 parent 09e876d commit 2a0eec4

4 files changed

Lines changed: 566 additions & 1 deletion

File tree

assets/projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default [
2121
"scale": "1.85",
2222
},
2323
{
24-
"url": "https://openprocessing.org/sketch/886902/embed/",
24+
"url": "https://creativecode.berlin/projects/openprocessing-886902/",
2525
"author": "Boy d'Hont",
2626
"author_url": "https://bdhont.net/",
2727
"color": "white",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
<script src="main.js" type="text/javascript"></script><script src="lunar.js" type="text/javascript"></script><script src="https://cdn.jsdelivr.net/npm/p5@1.0.0/lib/p5.js" type="text/javascript"></script>
4+
</head>
5+
<body>
6+
</body>
7+
8+
</html>

0 commit comments

Comments
 (0)