Files
basis_universal/webgl/index.html
Rich Geldreich 85fa18ec94 Adding encoder WebAssembly support, encode_test sample
Encoder is now a library in the "encoder" directory
JavaScript wrappers now expose the entire codec: encoder, transcoder, container independent transcoding, and .basis file information
2020-12-17 14:26:28 -05:00

17 lines
421 B
HTML

<!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>