Skip to content

jthirp/pivy_jtp

 
 

Repository files navigation

General build instructions:

Build Status

Starting with version 0.6.6 pivy it's possible to build pivy with cmake:

  $ cd pivy
  $ mkdir build
  $ cd build
  $ cmake ..
  $ make

Alternative it's still possible to use distutils:

  $ python3 setup.py build
  $ python3 setup.py install

For older system/distros please use the setup_old.py script to build pivy.

Reporting bugs:

Please submit bug reports, feature requests, etc. to the Pivy issue tracker.

Contact:

If you have any questions regarding Pivy or simply want to discuss with other Pivy users, you can do so at the general coin-discuss mailinglist.

About

python bindings to coin3d

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.6%
  • SWIG 9.4%
  • C 1.4%
  • C++ 1.0%
  • CMake 0.4%
  • Rich Text Format 0.1%
  • Other 0.1%