Files
basis_universal/webgl/index.html
Richard Geldreich cee913ad4e modified for v2.5
2026-07-01 13:00:49 -04:00

19 lines
604 B
HTML

<!DOCTYPE html>
<style>
body {
max-width: 700px;
}
</style>
<h1>Basis Universal LDR/HDR WebGL demos</h1>
<p>
Example web pages using the transcoder library, compiled to WASM, to render
.KTX2/.basis textures in WebGL, and the compressor library to encode .KTX2 files.
</p>
<ul>
<li><a href="ktx2_studio/">.KTX2/.DDS Studio</a></li>
<li><a href="shader_deblocking/">Shader Deblocking</a></li>
<li><a href="gltf/">3D model (glTF 2.0)</a></li>
<li><a href="texture_test/">.basis Texture Transcoding Test</a></li>
<li><a href="video_test/">.basis ETC1S Texture Video Test</a></li>
</ul>