https://github.com/yasushi-saito/pvweb-react-test
An example of paraviewweb react components
https://github.com/yasushi-saito/pvweb-react-test
paraview paraviewweb react typescript
Last synced: 6 months ago
JSON representation
An example of paraviewweb react components
- Host: GitHub
- URL: https://github.com/yasushi-saito/pvweb-react-test
- Owner: yasushi-saito
- License: apache-2.0
- Created: 2020-07-16T14:54:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-13T11:33:49.000Z (7 months ago)
- Last Synced: 2025-06-13T12:39:43.138Z (7 months ago)
- Topics: paraview, paraviewweb, react, typescript
- Language: Python
- Homepage:
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pvweb-react-test
A minimal example of Paraview React components.
```
set -ex
DIR=`pwd`
cd $DIR/ts
yarn install
yarn run build
pvpython \
--force-offscreen-rendering \
-dr $DIR/server/server.py \
--content $DIR/ts/dist \
--port 8080
```
Then connect to `localhost:8080`. It should show a cone.