today I have been doing 3d physics (dynamics)

About Monkey 2 Forums Monkey 2 Projects today I have been doing 3d physics (dynamics)

This topic contains 3 replies, has 3 voices, and was last updated by  Diffrenzy 2 years, 2 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6824

    codifies
    Participant

    https://www.youtube.com/watch?v=idoUMAfWhl0

    ODE has a sweet C api, so wrapping it (even manually) is real easy (there are some minor caveats) but there isn’t even any “glue” code, I’ll probably have to write a couple of helper functions to give the size of a few structures that only have pointers exposed, but it was real sweet when some ported code ( Mat4.fromODE(pos:Float Ptr, R:Float ptr) ) worked first time!

    obviously all I’m doing is dropping simple sphere’s and boxes on a plane, so plenty of stuff yet to do!

    I’m waiting for my distro to upgrade to wine 2.0 (yay 64bit windows apps!), but if someone has experience with using windows and autotools (./configure and friends) and can compile a static lib of ODE and carry out simple tests and is interested in helping out then please do contact me ( http://bedroomcoders.co.uk/captcha/ )

    #6844

    cocon
    Participant

    Very nice! Not to mention that I am a huge fan of ODE.

    #6845

    codifies
    Participant

    yeah, its just straight forward and works, pity about the wiki but ah well

    #6861

    Diffrenzy
    Keymaster

    Wow. Looking good!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.