From 4269074010c8e30d1a436e4c839c6190e084b5db Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Tue, 10 Sep 2024 17:02:56 -0400 Subject: [PATCH] Update README.md --- webgl/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webgl/README.md b/webgl/README.md index 7010274d..9dfa491f 100644 --- a/webgl/README.md +++ b/webgl/README.md @@ -2,9 +2,9 @@ Requires WebAssembly and WebGL support. The WebGL demos are hosted live [here](https://subquantumtech.com/uastchdr2/). -To build the encoder and transcoder WASM libraries using Emscripten, see the various README.md files in the 'webgl/transcoder' and 'webgl/encoder' folders. +To build the encoder and transcoder WASM libraries using Emscripten, see the various README.md files in the 'webgl/transcoder' and 'webgl/encoder' folders. The Javascript API wrappers to the C/C++ library are located in [`webgl/transcoder/basis_wrappers.cpp`](https://github.com/BinomialLLC/basis_universal/blob/master/webgl/transcoder/basis_wrappers.cpp). -## texture_test +## Transcoder (texture_test) Live demo: [webgl/texture_test/index.html](https://subquantumtech.com/uastchdr2/texture_test/)