From: Andreas K. <and...@gm...> - 2012-02-21 17:07:07
|
Hi there, the latest SVN commit added two example scripts showing the usage of the physics library Chipmunk [1]. A video is available at: http://scrupp.sourceforge.net/videos.html Chipmunk's source code was added to Scrupp's source tree a while ago. The Lua library Werechipmunk [2] is used to access the features of Chipmunk from Lua/Scrupp scripts. It was added to Scrupp a while ago as well, but heavily modified since then. Documentation is still missing, but the examples should get you started until proper documentation is available. No images are loaded from files, all graphics are generated during run-time using Cairo. You can have a look at the example scripts at http://scrupp.svn.sourceforge.net/viewvc/scrupp/trunk/examples/chipmunk/ Have fun! -Andreas [1] http://chipmunk-physics.net [2] http://sites.google.com/site/werechipmunk/ |