Add my vispy scratch code

This commit is contained in:
Chris Hodapp
2021-06-06 23:03:38 -04:00
parent 10aa28e4b0
commit 14db67426e
99 changed files with 2331 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>curlnoise</title>
</head>
<body>
<div id="curlnoise"></div>
<script src="js/main.js"></script>
<script>curlnoise.core.run_sketch()</script>
</body>
</html>