mandala-examples icon indicating copy to clipboard operation
mandala-examples copied to clipboard

Chipmunk example is very 'touchy' on GS4

Open whyrusleeping opened this issue 11 years ago • 1 comments
trafficstars

Really awesome proof of concept! but moving the blocks around by touch is a bit difficult, sometimes things go in the wrong direction, or way too fast, or not at all. Let me know if theres anything I can do to help out, I'd really like to get involved in this codebase!

whyrusleeping avatar Feb 24 '14 02:02 whyrusleeping

Tapping on the screen produces a sort of explosion, it's not a way to move blocks around. Explosions are simulated applying a force to the center of mass of each object. The applied force is inversely proportional to the distance from the center of the explosion.

https://github.com/remogatto/mandala-examples/blob/master/chipmunk/src/chipmunk/world.go#L147

I really appreciate your interest in contributing! In order to better organize the work, In the next hours I'll open a set of issues on

  • https://github.com/remogatto/mandala
  • https://github.com/remogatto/mandala-examples
  • https://github.com/remogatto/mandala-template

Please, keep watching at these repositories in order to choice the issues you want to contribute.

Thanks!

remogatto avatar Feb 24 '14 08:02 remogatto