tree: 6ac6f6fa2752a73249f4b3491d7c1dd062aeb6d9 [path history] [tgz]
  1. build/
  2. .gitignore
  3. CMakeLists.txt
  4. README.md
webgl/encoder/README.md

Prebuilt versions of basis_encoder.js and basis_encoder.wasm are included in the build/ folder, and are sufficient for local demos. Note the encoder also includes the transcoder. To build the encoder yourself, first install emscripten (tutorial) and cmake (download). Then run:

cd webgl/encoder/build/
emcmake cmake ../
make