Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcfr/simplevtkpythonwrap
Simple project illustrating how VTK python wrapping could be simplified by adopting vtkMacroKitPythonWrap.cmake
https://github.com/jcfr/simplevtkpythonwrap
Last synced: 1 day ago
JSON representation
Simple project illustrating how VTK python wrapping could be simplified by adopting vtkMacroKitPythonWrap.cmake
- Host: GitHub
- URL: https://github.com/jcfr/simplevtkpythonwrap
- Owner: jcfr
- License: apache-2.0
- Created: 2013-09-05T20:50:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-05T21:08:37.000Z (over 11 years ago)
- Last Synced: 2024-11-24T07:42:06.347Z (2 months ago)
- Language: C++
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SimpleVTKPythonWrap
===================Simple project illustrating how VTK python wrapping could be simplified by adopting vtkMacroKitPythonWrap.cmake
Usage
-----```
$ cmake -DVTK_DIR:PATH=/home/jchris/Projects/Slicer-AHM-Superbuild-Release/VTK-build/ \
-DPYTHON_INCLUDE_DIR:PATH=/home/jchris/Projects/Slicer-AHM-Superbuild-Release/python-install/include/python2.7 \
-DPYTHON_LIBRARY:FILEPATH=/home/jchris/Projects/Slicer-AHM-Superbuild-Release/python-install/lib/libpython2.7.so \
../SimpleVTKPythonWrap
$ make
```