ODE for .NET?

  • Thread starter Thread starter red
  • Start date Start date
R

red

Hi,

I was wondering if somebody knows if there is something similar (or
maybe even a port) of ODE (ode.org) for .NET (C#)?
 
See the tao framework: http://www.mono-project.com/Tao
Right now you have to compile it yourself. So that probably requires
the .NET SDK or Mono. Click the link on the page for the svn tao
folder, then click download tar ball. Unzip and run the bat script to
compile the dlls and examples.
 
Back
Top