-
Notifications
You must be signed in to change notification settings - Fork 52
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
Bullet3? #45
Comments
in the meantime.... you might be able to replace libs/bullet2.8.9 with libs/bullet3. Just get the source directory from bullet3 repository: put it in so it looks like this:
Hint: I removed Bullet3OpenCL and clew. Otherwise you'd need appropriate compile flags. |
Upgrading to bullet3 seems like a good idea to me especially since @themancalledjakob mentioned there are no breaking changes in the examples. |
For linux it should just compile, if the source files are there :) but, to possibly speed up the build process, I have all static libraries from the current master branch of bullet precompiled, tested with this addon and ready to go. As soon you're ready I can fork this, put them at the right place and send a PR. |
i have it now put into place here: oh, i just notice. i did compile from master... would you compile from the release 3.09 instead? |
I am working on compiling and testing for OSX on 3.08. Also building with the extras so the robot stuff will be in there and enabling VHACD. I had to also flag "BUILD_CLSOCKET" so that the robot extras would compile. |
Less than 3
On Mon, Apr 12, 2021 at 2:28 PM Nick Hardeman ***@***.***> wrote:
I am working on compiling and testing for OSX on 3.08. Also building with
the extras so the robot stuff will be in there and enabling VHACD. I had to
also flag "BUILD_CLSOCKET" so that the robot extras would compile.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFPVTDBS2B6L27XEFM24HLTIM3UHANCNFSM42U6LQOQ>
.
--
Sent from Gmail Mobile #autocorrect
|
Been slowly updating the libs to bullet 3.08. As far as I can tell, examples still work. I included some of the bullet extras in the osx libs in case they are handy. |
hey Nick, I think that's all solvable and not a big issue, just I don't have time at the moment to get deep into it. The next weeks I'll be pretty packed with a project, but then should be able to find a calm day for some recreational bullet fiddling :) Just wanted to let you know I didn't forget about it |
Thank you! Been moving pretty slow on this myself. I believe I copied over the src and also the extras. The extras may be causing the problems. I can remove them since they aren't part of ofxBullet right now. And can be added later if needed. |
Actually, only the header files are in the includes since I am using static libs for the osx build. |
do you still have the exact cmake flags that you used for building the static libs? I used: that should afaik also result in static libs with extras.. or do i miss something? |
Any thoughts on upgrade to Bullet3?
The text was updated successfully, but these errors were encountered: