[ODE] .NET bindings

Jason Perkins starkos at gmail.com
Thu Sep 21 06:13:59 MST 2006


On 9/21/06, Daniel Huser <dhuser at 1eeurope.ch> wrote:
> why is it so important to avoid "unsafe" code for you?

Curiosity? I'm figuring that if adding a couple of functions helps
.NET work without tricks, it will probably help other language
bindings as well. Besides, dBodyCopyPosition() is a more accurate
description of what is happening in .NET. The mechanics of
dBodyGetPosition() -- that is, "return a pointer to the internal data"
-- are not possible in .NET.

So far I've only had to add a couple of functions to the API.


> It would be great if we could get together a class structure on top of it
> (like OdeDotNet provides)! After all....that's what .Net people like.....

I'd like to see both, but for my own project I prefer to use my own
classes. Either way, we need to have the P/Invoke calls set up first.

Jason


More information about the ODE mailing list