tree: 393608b93495c4a371e8fb195a34fd265a46ae7e [path history] [tgz]
  1. build/
  2. .gitignore
  3. basis_wrappers.cpp
  4. CMakeLists.txt
  5. README.md
webgl/transcoder/README.md

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

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