mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 08:33:53 +00:00
18 lines
572 B
HTML
18 lines
572 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_encode_test/">.KTX2 Texture Transcoding/Encoding Testbed</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>
|