Files
basis_universal/webgl/transcoder/README.md
Don McCurdy 70eda127a8 Clean up.
2019-05-15 09:47:00 -07:00

402 B

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