Help with an object, swinging from an elastic rope

BlitzMax Forums/BlitzMax Beginners Area/Help with an object, swinging from an elastic rope

Schwang(Posted 2007) [#1]
Been googling and code-archiving for this, but nothing yet. I need a prod in the right direction: the algorithms needn't be perfect, a quick-n-dirty solution that looks convincing enough is fine.

I need a formula/algorithm for an object swinging from an elastic rope with variable elasticity.

Anyone know a place I can do reading up on this?


LarsG(Posted 2007) [#2]
I'd suggest searching for a suitable physics engine, as I suspect there won't be a "quick'n'dirty" solution for this..
Atleast not if you're going to have (variable) elasticity on the rope.


Dreamora(Posted 2007) [#3]
There are two potential topics to search for that.

Either particle based physics ("atom physics")

or classical mechanics / newtonian physics

But I agree with LarsG, check the boards, there are several wrapper to well known physics engine and even some from ground up selfwritten ones.