franzenzenhofer / box2d-jquery

convert your DOM into physical objects using this awesome jQuery wrapper around box2d-web
456 stars 71 forks source link

Desired additions to this API #9

Open friedboats opened 11 years ago

friedboats commented 11 years ago

Moving elements without the mouse or touch. (Example: Using arrow keys. Making something jump onto another static element).

Specifically, very interested in these "to do" items (in order of importance):

Thank you for listening to my feedback!

friedboats commented 11 years ago

Hi Franz! Just wanted to see of when you think you guys are planning on releasing the collision detection and changing box2d HTML attributes on the fly during the game for things like: moving a div with arrow keys.

Thanks in advance.

franzenzenhofer commented 11 years ago

sorry, i'm currently very busy - i will start refactoring the code sometime this month - sorry for the late reply

if there are any pull requests i will look at them

friedboats commented 11 years ago

Thank you Franz. So appreciated and so excited to work with it!

Thanks!

On Sun, Feb 3, 2013 at 11:54 AM, Franz Enzenhofer notifications@github.comwrote:

sorry, i'm currently very busy - i will start refactoring the code sometime this month - sorry for the late reply

if there are any pull requests i will look at them

— Reply to this email directly or view it on GitHubhttps://github.com/franzenzenhofer/box2d-jquery/issues/9#issuecomment-13049653.

alchemyasia commented 11 years ago

Would also be great if there are callbacks like when an item is dragged, dropped, etc.

Great job btw.