Skip to content

Commit

Permalink
added runway + threeJS mind media
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfogel committed Apr 25, 2022
1 parent 3e1ca7d commit f942f9d
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 0 deletions.
Binary file added runwayThree/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added runwayThree/itp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions runwayThree/multidimensional.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<html>

<head>
<title>Travel Through 512 Dimensional Space </title>
<link rel="shortcut icon" href="#">
</head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/102/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<script type="text/javascript" src="https://p5livemedia.itp.io/simplepeer.min.js"></script>
<script type="text/javascript" src="https://p5livemedia.itp.io/socket.io.js"></script>
<script type="text/javascript" src="https://p5livemedia.itp.io/p5livemedia.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@runwayml/hosted-models@latest/dist/hosted-models.js"></script>
<script src="https://cdn.jsdelivr.net/gh/nicolaspanel/[email protected]/dist/numjs.min.js"></script>

<style>


</style>
<body>
<div id = 'vectorEdit' hidden>
<input type="text" value='' id="startVector">
</div>
<div>

<script src="multidimensional.js"></script>
</div>
</body>


</html>
Loading

0 comments on commit f942f9d

Please sign in to comment.