Up to [cvs.netbsd.org] / pkgsrc / graphics / clutter-box2d
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 26 08:48:05 2009 UTC (2 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
HEAD
Changes since 1.3: +9 -9
lines
Diff to previous 1.3 (colored)
Update clutter-box2d to 0.10.0. clutter-box2d-0.10.0: ===================== Changes: - Update to Clutter 1.0 - Generate GObject-Introspection data
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 14 17:59:08 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.2: +1 -4
lines
Diff to previous 1.2 (colored)
Remove @dirrm entries from PLISTs
Revision 1.2 / (download) - annotate - [select for diffs], Fri May 8 11:06:33 2009 UTC (3 years ago) by obache
Branch: MAIN
Changes since 1.1: +5 -0
lines
Diff to previous 1.1 (colored)
Update clutter-box2d to 0.8.2.
clutter-box2d-0.8.2:
====================
Changes:
- Fixed bug in prismatic joint constructor.
- Updated box2d version used.
- Updated and improved documentation.
- Updated and improved parameter handling in public API
entry points.
- Added support for callbacks for collisions.
- Bug fixes relating to reference keeping.
- Brought sandbox testbed app up to date with API changes.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Dec 14 11:02:30 2008 UTC (3 years, 5 months ago) by obache
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import clutter-box2d-0.8.0 as graphics/clutter-box2d.
A glue layer between clutter and box2d that provides a special group where the
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).
Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 14 11:02:30 2008 UTC (3 years, 5 months ago) by obache
Branch: MAIN
Initial revision