Files
basis_universal/webgl/encoder
Richard Geldreich 59d28d60e9 Fixing UASTC HDR DFD
2024-09-10 23:37:07 -04:00
..
2024-09-10 23:37:07 -04:00
2020-12-17 14:24:22 -05:00
2024-09-10 14:36:53 -04:00
2020-12-17 14:24:22 -05:00

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