README 366 B

12345678910
  1. Pivy is a Python binding for Coin where the interface is implemented
  2. using SWIG.
  3. Pivy allows:
  4. * development of Coin applications in Python
  5. * interactive modification of Coin programs from within the Python
  6. interpreter at runtime
  7. * incorporation of Scripting Nodes into the scene graph which are
  8. capable of executing Python code and callback functions