004 it's a whole fox!
This commit is contained in:
parent
2507711e79
commit
9981ef0f42
55 changed files with 1164 additions and 44 deletions
|
@ -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
29
html/004-a-new-leaf/index.html
Normal file
29
html/004-a-new-leaf/index.html
Normal 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>
|
2
html/004-a-new-leaf/main.js
Normal file
2
html/004-a-new-leaf/main.js
Normal file
File diff suppressed because one or more lines are too long
BIN
html/backdrop-0e5863d39a0305cf.png
Normal file
BIN
html/backdrop-0e5863d39a0305cf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 MiB |
BIN
html/backdrop-normals-6ba4b06676f112b6.png
Normal file
BIN
html/backdrop-normals-6ba4b06676f112b6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 MiB |
8
html/chunk-2ef356c72587f126.js
Normal file
8
html/chunk-2ef356c72587f126.js
Normal file
File diff suppressed because one or more lines are too long
BIN
html/fox-normal-7ce4a77b1285eb7a.png
Normal file
BIN
html/fox-normal-7ce4a77b1285eb7a.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 MiB |
BIN
html/fox-tex-03f042508a92e722.png
Normal file
BIN
html/fox-tex-03f042508a92e722.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 977 KiB |
|
@ -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>
|
||||
|
|
BIN
html/ramp-aa773f5148819e95.png
Normal file
BIN
html/ramp-aa773f5148819e95.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 509 B |
Loading…
Add table
Add a link
Reference in a new issue