Page 1 of 1
chipmunk logo demo
Posted: Thu Apr 18, 2013 10:40 am
by comer
I am new to chipmunk. I am wondering whether source code is available for the chipmunk logo collision demo? If so, where can I get it?
Thanks much.
comer
Re: chipmunk logo demo
Posted: Thu Apr 18, 2013 11:24 am
by ganesha
Re: chipmunk logo demo
Posted: Thu Apr 18, 2013 12:08 pm
by slembcke
The one ganesha linked is a mobile version that uses Chipmunk Pro. There is also a C version that comes with the regular source download:
https://github.com/slembcke/Chipmunk-Ph ... ogoSmash.c
It has a lot more particles than the mobile version since desktop CPUs tend to be an order of magnitude more powerful.
Re: chipmunk logo demo
Posted: Fri Apr 19, 2013 10:32 am
by comer
Thanks very much for the pointers to the smash logo code. Will take a careful look.
comer