SlackBuildsOrg/development/Pivy
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
Pivy.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
Pivy.SlackBuild development/Pivy: Updated for version hg_20101207. 2011-09-05 23:03:03 -05:00
README development/Pivy: Updated for version hg_20101207. 2011-09-05 23:03:03 -05:00
slack-desc development/Pivy: Updated for version hg_20101207. 2011-09-05 23:03:03 -05:00

Pivy is a Python binding for Coin where the interface is implemented using
SWIG.

Pivy allows:
  * development of Coin applications in Python
  * interactive modification of Coin programs from within the Python
    interpreter at runtime
  * incorporation of Scripting Nodes into the scene graph which are capable
    of executing Python code and callback functions

This requires Coin and SoQt.