Port details on branch 2023Q1 |
- box2d 2D physics engine for games
- 2.4.1 misc =6 2.4.1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-02-19 04:24:51
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libXdamage, libevent, libssh, xcb-util-image, xorg-docs
- License: MIT
- WWW:
- https://box2d.org/
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/box2d/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/box2d
- pkg install Box2D
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: Box2D
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1615160100
SHA256 (erincatto-box2d-v2.4.1_GH0.tar.gz) = d6b4650ff897ee1ead27cf77a5933ea197cbeef6705638dd181adc2e816b23c2
SIZE (erincatto-box2d-v2.4.1_GH0.tar.gz) = 1224516
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Libraries
-
- editors/libreoffice
- graphics/magnum-examples
- graphics/py-box2d-py
Configuration Options:
- No options to configure
- Options name:
- misc_box2d
- USES:
- cmake compiler:c++11-lang pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|