# vtk-wasm-demos **Repository Path**: mirrors_Kitware/vtk-wasm-demos ## Basic Information - **Project Name**: vtk-wasm-demos - **Description**: A collection of VTK.wasm demo applications - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-24 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Project setup ## Requirements 1. docker 2. python ## Usage ```sh 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. ```sh python ./build.py ```