Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Box2D desiderata #66

Open
iffsid opened this issue Jul 1, 2014 · 1 comment
Open

Box2D desiderata #66

iffsid opened this issue Jul 1, 2014 · 1 comment
Assignees
Labels

Comments

@iffsid
Copy link
Contributor

iffsid commented Jul 1, 2014

This issue is meant to record everyone's requests/wishes with regard to the capabilities they'd like with regard to the webchurch-box2D integration.

The current state is described here. However, if you'd like a particular feature, specify it here explicitly (in detail and maybe with example scenarios or pseudo-code).

@iffsid iffsid added the box2d label Jul 1, 2014
@iffsid iffsid self-assigned this Jul 1, 2014
@tomeru
Copy link

tomeru commented Jul 1, 2014

An important feature of box2D and other physics engines is a 'joint' (or constraint). For example, see the following link:

http://www.box2d.org/manual.html#_Toc258082974

Joints can be used to specify many different relationships between objects. For my own purposes it would be particularly useful to define for example that two objects need to be 'glued together' (e.g. distance joint) rather than specifying some odd spring-like force to make sure that they do stick together, until such a moment that a force is applied and then they break apart.

The cognitive idea is that children might be a bit over-prolific in assuming contact-joints, which can explain a key part of development of stability notions.

I know porting over all the joint library is probably too much of a head-ache, but as a 'wish-list' item, I thought I'd mention at least the basic joints: distance, weld, maybe pulley.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants