Python bindings for Coin3D 3D graphics library
Python bindings to coin3d
pivy
$ python3 -c "from pivy import coin; print(coin.SoSeparator())"
$ python3 script.py
$ python3 -i -c "from pivy import coin, sogui"