tree: 01810a85831cff1aea47f6653e5914c1d539aaaf
  1. build/
  2. .gitignore
  3. build_notes.txt
  4. CMakeLists.txt
  5. 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