meshopt-rs icon indicating copy to clipboard operation
meshopt-rs copied to clipboard

WebAssembly target for EXT_meshopt_compression support

Open yzsolt opened this issue 4 years ago • 0 comments

The C++ implementation can target WebAssembly with vertex buffer decoding/filtering and index buffer decoding, which are needed for the EXT_meshopt_compression glTF extension, supported by e.g. three.js and Babylon.js.

Given Rust's excellent WASM support it shouldn't be too difficult to do the same with meshopt-rs.

WASM SIMD support is tracked in a separate issue: https://github.com/yzsolt/meshopt-rs/issues/1

yzsolt avatar Jan 28 '21 10:01 yzsolt