-
Notifications
You must be signed in to change notification settings - Fork 744
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
Preset for Bullet Physics SDK #1153
Conversation
Required for generating and building JNI bindings.
Allow recurring building of the package.
Part of the bullet's package.
Part of the bullet's package.
Part of the bullet package.
Streamline importing of the generated classes.
Otherwise, it conflicts with the BulletDynamics' implementation of btRigidBody.
It is part of the btBoxShape hierarchy.
Check usability of generated bindings.
Fix generated types of btSoftBody array-based members.
Confirm working of BulletSoftBody bindings.
Explain how to interpret the output of the sample.
There are multiple samples, each having its own main function. mainClass should be selected through the command line.
If you're ready to start testing the builds, please also add a workflow file here: |
See parent commit.
See parent commit.
See parent commit.
See parent commit.
Use installed headers for generating mappings and keep `bullet3/src` path for discovery of `clew` headers.
Hi @saudet :) Do you happen to know how I can link bullet against opencl preset? Is there any guide or an example? |
As reference you can look at the presets for DNNL: https://github.com/bytedeco/javacpp-presets/tree/master/dnnl |
Required by Bullet3Collision library.
Hi Samuel :) I think, it is ready. I have mapped almost all of the available headers. |
Thanks! Now why isn't the GitHub Actions workflow running... |
Could you try to run the workflow from your fork? |
bullet/src/main/resources/org/bytedeco/bullet/include/clew_stubs.h
Outdated
Show resolved
Hide resolved
Huh, it looks like GitHub Actions won't run anymore for commits made by contributors not part of the organization. |
Sorry, I haven't seen the comment yesterday. Would like me to do it now? |
No, it's fine, it works for my commits. |
Should resolve #828 :)