[ODE] .NET wrapper

david.walker530 david.walker530 at ntlworld.com
Fri Jan 24 18:08:01 2003


Hello all,
I know there have been a few attempts to create a .NET wrapper for ODE
already and I know that there is now one in cvs but I just thought I'd let
you know about one that I've written. I'm very new to ODE and thought I'd
try and combine learning managed c++ with learning about ODE so I started
creating my own wrapper from scratch.
I've got most of it done and you can have a look at it at
http://homepage.ntlworld.com/david.walker530
I don't know how good it is in comparison to anything else (managed or
otherwise) but I've done a few sample programs with it and they seem to run
ok.
I wanted to make the interface pure .NET so you shouldn't need any c++ code
to get most things working, including the collision callback which i've
implemented using delegates.
I'd welcome any feedback (and bug reports).
David