InsightSoftwareConsortium / InsightSoftwareConsortium/itkwidgets
Animation support
Open
- Dominant language
- Python
- Stars
- 624
- Forks
- 83
- PR merge metrics
- No merged PRs in 30d
Description
Interface:
Traits with a list of `{ camera: camera_ndarray, steps: integer }` elements
```
viewer.animations
```
```
viewer.add_animation(camera=None, steps=100)
# If camera is None, use current value of the viewer.camera
```
```
# Execute animations
viewer.animate()
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.