File: index.html

package info (click to toggle)
basis-universal 2.0.2-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 216,436 kB
  • sloc: cpp: 163,224; ansic: 51,368; python: 2,824; javascript: 2,637; lisp: 1,026; sh: 161; makefile: 17
file content (17 lines) | stat: -rw-r--r-- 572 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>