Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Puppet_Master (de409c87ad9ae81e0e08494571679de4ae7551e4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Puppet_Master <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Puppet_Master (de409c87ad9ae81e0e08494571679de4ae7551e4)
  • Date: Tue, 16 Mar 2010 04:53:07 -0500

GIT changes to master grimoire by Puppet_Master <puppetmaster AT sourcemage.org>:

ChangeLog | 3 +++
libs/chipmunk/BUILD | 1 +
libs/chipmunk/DEPENDS | 1 +
libs/chipmunk/DETAILS | 32 ++++++++++++++++++++++++++++++++
libs/chipmunk/HISTORY | 2 ++
5 files changed, 39 insertions(+)

New commits:
commit de409c87ad9ae81e0e08494571679de4ae7551e4
Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
Commit: Puppet_Master <puppetmaster AT sourcemage.org>

libs/chipmunk new spell added

diff --git a/ChangeLog b/ChangeLog
index 5acd00a..6a52e0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-03-16 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * libs/chipmunk: new spell, 2D rigid body physics library in C
+
2010-03-13 Sukneet Saini <sukneet AT sourcemage.org>
* ftp/axel: new spell, a light download accelerater
* wm-addons/tabbed: new spell, a generic tabbed frontend
diff --git a/libs/chipmunk/BUILD b/libs/chipmunk/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/libs/chipmunk/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/libs/chipmunk/DEPENDS b/libs/chipmunk/DEPENDS
new file mode 100755
index 0000000..60dd614
--- /dev/null
+++ b/libs/chipmunk/DEPENDS
@@ -0,0 +1 @@
+depends cmake
diff --git a/libs/chipmunk/DETAILS b/libs/chipmunk/DETAILS
new file mode 100755
index 0000000..11aa144
--- /dev/null
+++ b/libs/chipmunk/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=chipmunk
+ VERSION=5.2.0
+ SOURCE=Chipmunk-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Chipmunk-$VERSION
+
SOURCE_URL[0]=http://files.slembcke.net/chipmunk/release/Chipmunk-5.x/${SOURCE}
+ WEB_SITE=http://code.google.com/p/chipmunk-physics/
+
SOURCE_HASH=sha512:3d1bc61bfffdee023487b0e2ac0680aae3328442be977c8d0f2f845545def198f0e201df787e1a78574c409be5e303b4cf131d920e27793d3b224128f2741a11
+ LICENSE[0]=MIT
+ ENTERED=20100316
+ KEYWORDS="games library physics 2d"
+ SHORT="chipmunk is a fast and lightweight 2D rigid body physics
library in C"
+cat << EOF
+Fast and lightweight 2D rigid body physics library in C
+
+Features:
+ * Designed with 2D video games in mind.
+ * Circle, convex polygon, and beveled line segment collision primitives.
+ * Multiple collision primitives can be attached to a single rigid body.
+ * Fast broad phase collision detection by using a spatial hash.
+ * Extremely fast impulse solving by utilizing Erin Catto's contact
persistence algorithm.
+ * Support for collision callbacks based on user definable object types.
+ * Flexible collision detection system with layers, exclusion groups and
event based callbacks.
+ * Supports point and segment (raycasting) queries to the collision
detection system.
+ * Impulses applied to contact points can be retrieved after the impulse
solver has finished for gameplay effects.
+ * Several kinds of joints and constraints available along with an API
for easily adding new kinds of constraints.
+ * Lightweight C99 implementation with no external dependencies outside
of the Std. C library.
+ * Many language bindings available.
+ * Simple, read the documentation and see!
+ * Unrestrictive MIT license.
+ * Makes you smarter, stronger and more attractive to the opposite
gender!
+EOF
+
diff --git a/libs/chipmunk/HISTORY b/libs/chipmunk/HISTORY
new file mode 100644
index 0000000..01c2da7
--- /dev/null
+++ b/libs/chipmunk/HISTORY
@@ -0,0 +1,2 @@
+2010-03-16 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: Spell created



  • [SM-Commit] GIT changes to master grimoire by Puppet_Master (de409c87ad9ae81e0e08494571679de4ae7551e4), Puppet_Master, 03/16/2010

Archive powered by MHonArc 2.6.24.

Top of Page