Thanks to visit codestin.com
Credit goes to github.com

Skip to content
 
 

Latest commit

 

History

940 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 .. --toolchain $VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE:STRING=Release -DPython_ROOT_DIR:PATH="path/to/python/root/dir" -DX_VCPKG_APPLOCAL_DEPS_INSTALL:BOOLEAN=ON
  $ cmake --build .
  $ cmake --install .

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 (vendored by FreeCAD)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages