Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Python Bindings #105

Merged
merged 7 commits into from
Mar 22, 2024
Merged

Refactor Python Bindings #105

merged 7 commits into from
Mar 22, 2024

Conversation

Curve
Copy link
Member

@Curve Curve commented Mar 17, 2024

This PR updates the python bindings akin to the ViennaPS Refactor (ViennaTools/ViennaPS#72).

Resolves #95 - This PR takes approach #3, we still need to pull in VTK when compiling the library, however, we can use dynamic linking to link against the vtk python packages libraries at runtime. The overhead of having to compile VTK first can be solved by providing pre-built packages.

@Curve Curve requested review from tobre1 and yozoon March 17, 2024 13:33
@Curve Curve marked this pull request as draft March 17, 2024 17:22
@Curve
Copy link
Member Author

Curve commented Mar 18, 2024

@Curve Curve marked this pull request as ready for review March 18, 2024 13:36
@tobre1 tobre1 merged commit 8cff5ff into master Mar 22, 2024
24 checks passed
@tobre1 tobre1 deleted the refactor-python branch March 22, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Idea: Use vtk python package instead of linking against vtk for ViennaLS python bindings
2 participants