mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-07-25 15:39:00 +00:00
19 lines
604 B
HTML
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>
|