Date: Fri, 26 Dec 2008 22:05:40 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/clutter-box2d Makefile distinfo pkg-descr pkg-plist Message-ID: <200812262205.mBQM5ekf099897@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2008-12-26 22:05:40 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/clutter-box2d Makefile distinfo pkg-descr pkg-plist Log: 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). WWW: http://clutter-project.org/ Revision Changes Path 1.1205 +1 -0 ports/graphics/Makefile 1.1 +28 -0 ports/graphics/clutter-box2d/Makefile (new) 1.1 +3 -0 ports/graphics/clutter-box2d/distinfo (new) 1.1 +18 -0 ports/graphics/clutter-box2d/pkg-descr (new) 1.1 +25 -0 ports/graphics/clutter-box2d/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812262205.mBQM5ekf099897>