mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-08-18 00:59:30 +00:00
Prebuilt versions of basis_transcoder.js and basis_transcoder.wasm are included in the transcoder/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