coin3d / pivy

python bindings to coin3d
ISC License
53 stars 37 forks source link

move from setup.py to cmake #69

Closed looooo closed 4 years ago

looooo commented 4 years ago

thanks @VolkerEnderlein . I think most things are done. There are some simplifications if we stick to a recent cmake version (3.14) which I would like to set as the minimum.

@kkremitzki maybe you have some time to test this on debian/ubuntu. It should work by:

mkdir build
cd build
cmake ..
make