blob: cfb482e74e7578b5034fd4d72c928522ba36fdb6 [file] [log] [blame]
<!DOCTYPE html>
<style>
body {
max-width: 500px;
}
</style>
<h1>Basis WebGL demos</h1>
<p>
Example webpages using the transcoder (compiled to WASM) to render
Basis textures in WebGL. Both demos require WebAssembly and WebGL support.
</p>
<ul>
<li><a href="texture/">Simple texture</a></li>
<li><a href="gltf/">3D model (glTF 2.0)</a></li>
<li><a href="encode_test/">Texture encoding test</a></li>
</ul>