TypeScript wrapper around the Assimp C/C++ library compiled as WASM through Emscripten. Heavily inspired by assimpjs.
Install the package with
npm install assimptsSee the examples for how to use the library.
Required build tools:
- CMake
- Ninja
- C++ Compiler of your choice
./scripts/install-emscripten.sh # Only needed on first install
./scripts/activate-emscripten.sh # Activate environment for current session
./scripts/build.sh./scripts/install-emscripten.ps1 # Only needed on first install
./scripts/activate-emscripten.ps1 # Activate environment for current session
./scripts/build.ps1