https://github.com/coin3d/pivy
python bindings to coin3d
https://github.com/coin3d/pivy
coin3d freecad graphics opengl python python3 scenegraph
Last synced: 3 months ago
JSON representation
python bindings to coin3d
- Host: GitHub
- URL: https://github.com/coin3d/pivy
- Owner: coin3d
- License: isc
- Created: 2015-11-11T17:54:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-03-22T07:57:58.000Z (3 months ago)
- Last Synced: 2026-03-22T22:47:04.578Z (3 months ago)
- Topics: coin3d, freecad, graphics, opengl, python, python3, scenegraph
- Language: Python
- Homepage:
- Size: 9.7 MB
- Stars: 61
- Watchers: 16
- Forks: 47
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
General build instructions:
---------------------------
[](https://travis-ci.org/Coin3D/pivy)
Starting with version 0.6.6 pivy it's possible to build pivy with cmake:
```bash
$ 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][0]:
```bash
$ 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][1].
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][2].
[0]: http://www.python.org/sigs/distutils-sig/
[1]: https://github.com/Coin3D/pivy/issues
[2]: http://groups.google.com/group/coin3d-discuss