Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coin3d/pivy

python bindings to coin3d
https://github.com/coin3d/pivy

coin3d freecad graphics opengl python python3 scenegraph

Last synced: 1 day ago
JSON representation

python bindings to coin3d

Awesome Lists containing this project

README

        

General build instructions:
---------------------------
[![Build Status](https://travis-ci.org/Coin3D/pivy.svg?branch=master)](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