This commit is contained in:
Miloslav Ciz 2023-07-13 23:15:11 +02:00
parent 5cb3296fc9
commit 68a9873928
20 changed files with 64 additions and 39 deletions

View file

@ -24,4 +24,4 @@ A typical physics engine will work something like this: we create a so called **
## Existing Engines
One of the best and most famous [FOSS](foss.md) 3D physics engines is [Bullet](bullet_physics.md) ([zlib](zlib.md) license), it has many features (rigid and soft bodies, GPU acceleration, constraints, ...) and has been used in many projects ([Blender](blender.md), [Godot](godot.md), ...). [Box2D](box2d.md) is a famous 2D physics engine under [MIT](mit.md) license, written in [C++](cpp.md).
One of the best and most famous [FOSS](foss.md) 3D physics engines is [Bullet](bullet_physics.md) ([zlib](zlib.md) license), it has many features (rigid and soft bodies, GPU acceleration, constraints, ...) and has been used in many projects ([Blender](blender.md), [Godot](godot.md), ...). [Box2D](box2d.md) is a famous 2D physics engine under [MIT](mit.md) license, written in [C++](cpp.md). [Tinyphysicsengine](tinyphysicsengine.md) is a KISS [LRS](lrs.md) 3D physics engine made by [drummyfish](drummyfish.md).