-
Notifications
You must be signed in to change notification settings - Fork 11
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
Research Open Source Physics engines #125
Labels
research
Research a Topic
Comments
Collisions in Unity: https://docs.unity3d.com/Manual/PartSysCollisionModule.html |
Probably the way to go is to use Unity or Unreal physics engines. |
Blender has its own physics engine also: https://docs.blender.org/manual/en/2.79/game_engine/physics/introduction.html |
https://en.wikipedia.org/wiki/PhysX This is the one used in Unity and Unreal, and it is evaluation in Godot (which uses now bullet3) also. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.ibm.com/developerworks/opensource/library/os-physicsengines/ (intro 2011)
https://en.wikipedia.org/wiki/Physics_engine
A list of projects: https://github.com/wbierbower/awesome-physics
Do we really need a physics engine? Probably, collision detection is a wide topic.
https://github.com/bulletphysics/bullet3
https://projectchrono.org/ http://projectchrono.org/pychrono/
https://github.com/utilForever/CubbyFlow (voxels fluids)
https://github.com/andyhall/voxel-physics-engine An abstracted physics engine for voxel game engines (javascript)
https://github.com/rustsim/ncollide (Rust collisions)
https://github.com/viblo/pymunk Easy, but for 2D only
The text was updated successfully, but these errors were encountered: