https://github.com/coin3d/pivy
python bindings to coin3d
https://github.com/coin3d/pivy
coin3d freecad graphics opengl python python3 scenegraph
Last synced: 28 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T18:58:05.000Z (2 months ago)
- Last Synced: 2025-03-29T00:05:19.010Z (about 1 month ago)
- Topics: coin3d, freecad, graphics, opengl, python, python3, scenegraph
- Language: Python
- Homepage:
- Size: 9.58 MB
- Stars: 57
- Watchers: 17
- Forks: 41
- Open Issues: 19
-
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 ..
$ make
```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