Skip to content

Commit

Permalink
docs(wavelet): add sc demo comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Oct 17, 2022
1 parent 73bb2e7 commit def850b
Show file tree
Hide file tree
Showing 2 changed files with 569 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/07_paraview/Wavelet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This sample application aims to map the features of our Async SC22 ParaView demo
and highlight the shortcoming of standard ParaView in term of interactivity/responsiveness.

This trame application mimic [the code available with async]() but adapted to run on regular ParaView.

```bash
python3.9 -m venv .pv_venv
source ./.pv_venv/bin/activate
pip install -U pip
pip install trame trame-rca

export PV_VENV=$PWD/.pv_venv
$PV_PYTHON ./app.py
```
Loading

0 comments on commit def850b

Please sign in to comment.