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

Add pybind11 wrappings for Imath::Plane #429

Open
cary-ilm opened this issue Sep 3, 2024 · 0 comments
Open

Add pybind11 wrappings for Imath::Plane #429

cary-ilm opened this issue Sep 3, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@cary-ilm
Copy link
Member

cary-ilm commented Sep 3, 2024

We are gradually working through replacing the existing Boost.Python wrappings of Imath classes with new wrappings using pybind11.

Follow the example of PyBindImath/PyBindImathBox.cpp as a template. Provide wrappings for all the methods covered in the original source, in the register_Plane function in PyImath/PyImathPlane.cpp.

Skip the array classes for now.

This requires some knowledge of pybind11 although it should be straightforward to follow the existing patterns.

This also requires a development environment with both Boost.Python and pybind11 installed.

@cary-ilm cary-ilm added good first issue Good for newcomers help wanted Extra attention is needed labels Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant