diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-04-21 18:27:35 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-15 10:38:37 +0200 |
commit | 10db6df265af95f1b19307233cc550195e364f4b (patch) | |
tree | 61b99f82a00db25a6b4fff3f703b07bef5a395a8 /development/Pivy/README | |
parent | 88b96868135d9d7be112d359892ea2d0c0887e07 (diff) | |
download | slackbuilds-10db6df265af95f1b19307233cc550195e364f4b.tar.gz |
development/Pivy: Added.
Pivy is a Coin binding for Python.
Thanks to new maintainer Niels Horn.
Diffstat (limited to 'development/Pivy/README')
-rw-r--r-- | development/Pivy/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/Pivy/README b/development/Pivy/README new file mode 100644 index 0000000000..13af559ea2 --- /dev/null +++ b/development/Pivy/README @@ -0,0 +1,13 @@ +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 script is tested using the Mercurial snapshot from 2010/04/10. + +Pivy requires Coin, available on SlackBuilds.org. |