pivy

Python bindings for Coin3D 3D graphics library

brewmacoslinux
Try with needOr install directly
Source

About

Python bindings to coin3d

Commands

pivy

Examples

Import pivy in Python to create 3D visualizations$ python3 -c "from pivy import coin; print(coin.SoSeparator())"
Run a pivy script that creates and manipulates 3D scenes$ python3 script.py
Use pivy interactively in Python shell for 3D graphics$ python3 -i -c "from pivy import coin, sogui"