File: README.md

package info (click to toggle)
python-trame 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 101,620 kB
  • sloc: python: 13,515; sh: 183; javascript: 93; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# Bike CFD example with local rendering using WASM

```
python -m venv .venv
source .venv/bin/activate
pip install -r ./requirements.txt
python ./app.py
```

[![](./cfd-bike.gif)](https://raw.githubusercontent.com/Kitware/trame/refs/heads/master/docs/vitepress/assets/videos/cfd-bike-480.m4v)

More information on how to leverage VTK.wasm can be found on [the VTK.wasm documentation website](https://kitware.github.io/vtk-wasm/).