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

Physics simulation #17

Open
mikolalysenko opened this issue Jan 20, 2015 · 1 comment
Open

Physics simulation #17

mikolalysenko opened this issue Jan 20, 2015 · 1 comment

Comments

@mikolalysenko
Copy link
Member

Possible applications include:

  • Particles
  • Fluids
  • Rigid bodies
  • Deformable objects/continuum mechanics
@thibauts
Copy link
Member

Not sure it has any use here but I started investigating finite elements some time ago for solving static mechanical problems in JS http://thibauts.me/bridge/.

The elements here are simple bars (no moments, only bar compression / extension) but it should be quite easy to extend the engine to support more complex elements given the correct stiffness matrices (though they can be very complicated to compute).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants