Skip to content

Commit

Permalink
prep to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbowen committed Feb 24, 2024
1 parent 7663b3c commit 9a346fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 21 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# koi pond
# implied reality

live at [koipond.me](https://koipond.me/)

I wanted to know if the following behavioral logic chunks, combined, would result in natural schooling:

1. your field of vision is limited
2. steer into you-sized gaps
3. respect personal space
4. go with the flow

turns out chatgpt is REALLY GOOD at translating this kind of thing into code. so, so, so much fun.

there's more to explore here. I think it'd work to have clusters of nodes develop _their own_ behavioral intelligence, which would then serve as that step-4-gentle-guidance factor. this ends up becoming recursive (as all life is). I think I may yet explore that direction (as if I wasn't ALWAYS exploring organic recursion, lol), but for the moment, the gentle circular current will do as a simplified proxy. :)

love y'all
https://isaacbowen.github.io/implied-reality
Binary file removed dist/favicon.png
Binary file not shown.
11 changes: 5 additions & 6 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link rel="icon" type="image/png" href="/favicon.png" />

<meta property="og:image" content="/og.png" />
<meta property="og:title" content="koi pond" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://koipond.me/" />
<meta
property="og:url"
content="https://github.com/isaacbowen/implied-reality/"
/>

<title>implied reality</title>
<!-- https://github.com/isaacbowen/ -->
<!-- https://github.com/isaacbowen/implied-reality -->

<style>
#threejs-canvas {
Expand All @@ -32,9 +33,7 @@
</head>
<body>
<canvas id="threejs-canvas"></canvas>
<!-- Your existing 3D canvas -->
<canvas id="sparkline-canvas"></canvas>
<!-- New canvas for the sparkline -->
<script src="bundle.js"></script>
</body>
</html>

0 comments on commit 9a346fe

Please sign in to comment.