tree: 4e4c2e7ebd8ba163ea33b2c822b8c1fad913abef [path history] [tgz]
  1. .gitignore
  2. CMakeLists.txt
  3. 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