WebGPU Setup

Install the high-performance WebGPU engine. This version is optimized for browser-based 3D rendering and remote data inspection.

Quick start script

Download quickstart_webgpu.py script for practical examples

quickstart_webgpu.py

Installation

terminal
pip install svetoviz_webgpu --extra-index-url https://svetoviz.com/webgpu/simple/
Compatibility: This package supports macOS (Apple Silicon) and Python versions 3.9 through 3.14.

Web Demo

Verify installation by launching a demo example in your browser.

demo
import svetoviz_webgpu as sv

# Run the WebGPU browser numpy demo
sv.demo_array()

# Run the WebGPU browser pytorch demo
sv.demo_modules()

Web Visualization License

Full access to the WebGPU engine's capabilities requires a license key.

Unlock WebGPU Features

Access interactive 3D layouts and remote inspection tools.

Get License Key

Product Activation

Once you have your key, activate it within your script to enable the premium rendering pipeline.

activation
import svetoviz_webgpu as sv

# Activate the premium web suite
sv.activate_license("your-license-key")