mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
23 lines
717 B
Plaintext
23 lines
717 B
Plaintext
Box2D is a 2D physics engine for games.
|
|
|
|
Collision:
|
|
* Continuous collision detection
|
|
* Contact callbacks: begin, end, pre-solve, post-solve
|
|
* Convex polygons and circles
|
|
* Multiple shapes per body
|
|
* One-shot contact manifolds
|
|
* Dynamic tree broadphase
|
|
* Efficient pair management
|
|
* Fast broadphase AABB queries
|
|
* Collision groups and categories
|
|
|
|
Physics:
|
|
* Continuous physics with time of impact solver
|
|
* Persistent body-joint-contact graph
|
|
* Island solution and sleep management
|
|
* Contact, friction, and restitution
|
|
* Stable stacking with a linear-time solver
|
|
* Revolute, prismatic, distance, pulley, gear, mouse joint, other joint types
|
|
* Joint limits, motors, and friction
|
|
* Momentum decoupled position correction
|