-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
A Rapier3D branch Or the code with both "avian" and "rapier3d" feature #328
Comments
Thanks for the offer! I think this is one place where I want to be opinionated. I would currently recommend Avian over Rapier to most people due to the much better ergonomics. The major blocker there were performance issues and the most egregious case was fixed recently. There are still open performance optimizations, but Avian is pretty good right now compared to As such, I currently want to keep Foxtrot Avian-only. We could however point out that |
I understand. It's fair. And by now I realized that different developers will encounter different situations, and it's so hard to adopt all the physic engines. By the way, just as a remind for people who want to see the difference, most common used simple physics code are the same for both avian and rapier. But I do see that as people are moving to avian/xpbd, developers are become fewer for rapier and there are some codes more easy to write in avian. (I'll list some that I encountered: pausing time, enum collision layer ) For the "pretty good right now" link, I'm sorry I can't use discord so... But I do know that dependencies that foxtrot used like oxidized_navigation,tnua,blenvy are all using both rapier and avian as well, and I learned them all by learning foxtrot, so I some how become an unbiased guy too... There's some more code-chain or develop-chain here might make people stay in using a certain engine for quite a while. So as a consequence I want to make a fork, called Foxtrot-rapier, if you don't mind. I just want to create a counterpart code just as a reference, keeping up-to-date with foxtrot with only physic engine changed. https://github.com/xx1adfasd/foxtrot-rapier Thanks again for the great project! |
@xx1adfasd that's cool! Mind if I link the fork in the readme so people know where to go if they want to use rapier? |
Of course I'm happy to be mentioned in README. As attentions was paid to the rapier project, I then have to maintain it, which is a good practice. |
I can be of help for the rapier3d code if the suggestion is approved. By having both code, the user can easily adopt which one they want to code with, and this makes the project unbiased on the physic engine choice.
The code will be very alike, and lines related to avian3d replaced with rapier3d ones. And I think we can refer to what tnua project did, as it have features for both rapier3d and avian3d.
By the way, I just checked the history and I saw that the case to switch from rapier to avian is because of the camera jitter problem. But recently I just switched from avian to rapier for the same reason, the camera jitter problem! Looks like sometimes the code of bevy, avian and rapier all changes and the jitter problem can happen unexpected. It's a good reason to have a template to have both engine included.
The text was updated successfully, but these errors were encountered: