-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Suggestion for soft-body physics: ShapeOp #8
Comments
I must close as I recently discovered that it requires the LGPL'ed Cholesky solver from Eigen. |
Thanks by the way. This library has been written by the lab where I did my master thesis :) |
This was referenced Jan 18, 2019
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have found an interesting toolkit that should run very quickly and accurately and its API is quite nice.
http://shapeop.org/
It's a rather easy to use constraint solver with a tidy API. It's got a brief example and the code is self-documenting. It's MPL-licensed, which seems quite reasonable. Also of interest might be http://www.gecode.org/ but its far bigger and more full-featured and it can be somewhat difficult to grasp. However, its MIT-licensed and also offers far more features (not necessarily limited to topology and physics sim) and volumes of documentation.
I would be up for collaboration in mid-July.
The text was updated successfully, but these errors were encountered: