aboutsummaryrefslogtreecommitdiff
path: root/graphics/clutter-box2d
Commit message (Collapse)AuthorAgeFilesLines
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Update to 0.8.2.Joe Marcus Clarke2009-03-043-4/+8
| | | | Notes: svn path=/head/; revision=229459
* A glue layer between clutter and box2d that provides a special group where theMartin Wilke2008-12-264-0/+74
actors can be set to be static or dynamic in regard to a physics simulation. The source tree currently contains an embedded version of box2d trunk. Features: - Children of the ClutterBox2d group can be simulated as static or dynamic rigid bodies. Collision detection. - Specifying the gravity of the world. - play/pause control over the box2d physics engine - Setting linear and angular velocities of simulated children. - automatic position synchronization between clutter and box2d. - joints - prismatic. - revolute. - distance (spring) - mouse (for dragging objects around and manipulating them). WWW: http://clutter-project.org/ Notes: svn path=/head/; revision=224818