mandala-examples
mandala-examples copied to clipboard
Chipmunk example is very 'touchy' on GS4
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!
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!