004 it's a whole fox!

This commit is contained in:
41666 2023-10-15 16:50:26 -04:00
parent 2507711e79
commit 9981ef0f42
55 changed files with 1164 additions and 44 deletions

View file

@ -23,6 +23,7 @@
<canvas id="canvas" width="1280" height="720"></canvas>
<div id="telemetry">XX.X FPS (XX.X ms)</div>
<div id="loading" class="loading-active"><div id="loading-text">[noeidelon] [stage 1]<br />bootstrapping...<span id="stage1-error"><br />this is taking a while...</span><span id="stage1-error2"><br />[panic] <span style="color: red">heck wtf</span></span></div></div>
<nav><a class="nav-left" href="/002-webgl-engine">⇠ 002-webgl-engine</a></nav>
<div id="editor"></div>
<nav><a class="nav-left" href="/002-webgl-engine">⇠ 002-webgl-engine</a><a class="nav-right" href="/004-a-new-leaf">004-a-new-leaf ⇢</a></nav>
</main>
<script src="/003-scene/main.js" type="module"></script>

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,29 @@
<!doctype html>
<meta charset="utf-8" />
<title>com.mekanoe.art // 004-a-new-leaf</title>
<style>
html,
body {
margin: 0;
padding: 0;
overflow: hidden;
background-color: black;
color: white;
font-family: Atkinson Hyperlegible, sans-serif;
}
main {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
</style>
<link rel="stylesheet" href="/work.css" />
<main>
<canvas id="canvas" width="1280" height="720"></canvas>
<div id="telemetry">XX.X FPS (XX.X ms)</div>
<div id="loading" class="loading-active"><div id="loading-text">[noeidelon] [stage 1]<br />bootstrapping...<span id="stage1-error"><br />this is taking a while...</span><span id="stage1-error2"><br />[panic] <span style="color: red">heck wtf</span></span></div></div>
<div id="editor"></div>
<nav><a class="nav-left" href="/003-scene">⇠ 003-scene</a></nav>
</main>
<script src="/004-a-new-leaf/main.js" type="module"></script>

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 MiB

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 KiB

View file

@ -31,6 +31,7 @@
</header>
<section id="works">
<ul>
<li><a href="/004-a-new-leaf">./004-a-new-leaf</a></li>
<li><a href="/003-scene">./003-scene</a></li>
<li><a href="/002-webgl-engine">./002-webgl-engine</a></li>
<li><a href="/001-platform-provenance">./001-platform-provenance</a></li>

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B