public 3d-motion repository
vtk-wasm-demos
// Kitware/vtk-wasm-demos
A collection of VTK.wasm demo applications
$ git log --oneline --stat
stars:25forks:10updated:2026-05-09
README.md
Project setup
Requirements
- docker
- python
Usage
python ./build.py [-h]
usage: build.py [-h] [-a SDK_IMAGE_ARCH] [-c SDK_CONFIG] [-d SDK_DIR] [-i SDK_IMAGE] [-t COMMIT_HASH]
Build with VTK SDK for WebAssembly.
options:
-h, --help show this help message and exit
-a SDK_IMAGE_ARCH, --sdk-image-arch SDK_IMAGE_ARCH
-c SDK_CONFIG, --sdk-config SDK_CONFIG
-d SDK_DIR, --sdk-dir SDK_DIR
-i SDK_IMAGE, --sdk-image SDK_IMAGE
-t COMMIT_HASH, --commit-hash COMMIT_HASH
Build
When run without any arguments, the defaults are used for the vtk-wasm-sdk docker image tag and VTK repository commit hash where the examples are downloaded from.
python ./build.py