add telemetry

This commit is contained in:
41666 2023-10-01 12:36:52 -04:00
parent 8a42f36ddc
commit 5f8f065636
8 changed files with 91 additions and 8 deletions

View file

@ -17,9 +17,10 @@
height: 100vh;
}
</style>
<link rel="stylesheet" href="index.css" />
<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>
</main>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gl-matrix/3.4.2/gl-matrix-min.min.js"