[plt-scheme] Re: [ANN] New PLaneT packages

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Sat Aug 1 11:27:59 EDT 2009

Probably my last package for the day...

This combines two demos of the Chipmunk and GL packages from yesterday.

http://planet.plt-scheme.org/display.ss?package=pyramidstack.plt&owner=jaymccarthy

The documentation just describes the intent of the code. Their purpose
is for you to read the code and try it out.

You are likely to have slight difficulties getting Chipmunk on your
system. Here's what I did on OS X:

cd $PLTROOT/lib
svn checkout http://chipmunk-physics.googlecode.com/svn/trunk/ chipmunk
cd chipmunk
cmake
make
cd ..
ln -s chipmunk/src/libchipmunk.dylib .

Now it is built on your system and the dylib is available where PLT
expects it. Since the FFI tracks Chipmunk SVN, I don't know if Debian
(etc) packages will work.

Jay

-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.