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

Implement C bindings #87

Merged
merged 8 commits into from
May 20, 2024
Merged

Implement C bindings #87

merged 8 commits into from
May 20, 2024

Conversation

madmann91
Copy link
Owner

This branch implements a small set of C bindings to the high-level BVH interface. These bindings may have a little overhead compared to the original C++ API, as they require passing callbacks to intersect the primitives of a BVH, and those cannot be inlined since they live at the API boundary.

@madmann91 madmann91 added the enhancement New feature or request label May 19, 2024
@madmann91 madmann91 self-assigned this May 19, 2024
@madmann91 madmann91 closed this May 20, 2024
@madmann91 madmann91 reopened this May 20, 2024
@madmann91 madmann91 force-pushed the c_api branch 2 times, most recently from 580d017 to f494e42 Compare May 20, 2024 13:40
@madmann91 madmann91 merged commit 2273ffd into master May 20, 2024
12 checks passed
@madmann91 madmann91 deleted the c_api branch May 20, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant