cmark / androtext

Xtext based model-driven software development tool for prototyping Android applications
7 stars 1 forks source link

AndroGame bind logic refactor #3

Closed cmark closed 12 years ago

cmark commented 12 years ago

Bind logic must be refactored. Only one binding rule is allowed instead of the actual three (Modifier, Box2D body and sensor), the rule must be simple and well-designed. One possible solution is: 'bind' what=What 'to' to=To.

cmark commented 12 years ago

Refactored in a027887c68 commit. Sensor binding removed for further design and development. The previous version of sensor binding is deprecated, use handwritten code if needed.