Constructive solid geometry (CSG) on meshes using BSP trees in Rust
npm install csgrs-jsThis is a WASM/TS/JS build of CSGRS library: https://github.com/timschmidt/csgrs
``bash``
git clone https://github.com/timschmidt/csgrs
cd csgrs # go inside csgrs directorymake sure you have Rust and Cargo: https://doc.rust-lang.org/cargo/getting-started/installation.html
cargo install wasm-pack
wasm-pack build --release --target bundler --out-dir pkg -- --features wasmbuild is in ./pkg
See WASM examples in: https://github.com/timschmidt/csgrs/tree/main/examples