mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-08-06 05:19:02 +00:00
18 lines
550 B
HTML
18 lines
550 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 (compiled to WASM) to render
|
|
.KTX2/.basis textures in WebGL, and the encoder to encode .KTX2 files.
|
|
</p>
|
|
<ul>
|
|
<li><a href="gltf/">3D model (glTF 2.0)</a></li>
|
|
<li><a href="ktx2_encode_test/">.ktx2 texture transcoding/encoding test</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>
|