diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 20:43:52 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:45 +0700 |
commit | e1c1d554be33af0e1cd5783460e0675757429230 (patch) | |
tree | cf73421f3dedb90e854683471bc84c1bf4aaa621 | |
parent | c2b01daa57b02d097a4138d6b86ffdefb23b989e (diff) |
development/Pivy: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/Pivy/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/Pivy/README b/development/Pivy/README index a3d813091955..1895159b243e 100644 --- a/development/Pivy/README +++ b/development/Pivy/README @@ -1,9 +1,9 @@ -Pivy is a Python binding for Coin where the interface is implemented using -SWIG. +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 + * incorporation of Scripting Nodes into the scene graph which are + capable of executing Python code and callback functions |