[ODE] Complie to a Lib

Anselm Hook anselm at hook.org
Sun Nov 3 22:30:02 2002


There is one good reason not to use my C# binding - I am relying on a
class based Vector and Matrix math library (that I ported from an open
source clone of Java3D).  I strongly suggest using a struct based Vector
and Matrix library such as http://www.exocortex.org/3dengine or others
(his starting point is BSD licenced).

I'll bet Jeff Weber has solved this correctly - where is Jeff's site?
Jeff?

 - a

> > On Sat, 2 Nov 2002, Ander Taylor wrote:
> > > I am new to ODE and C++. I am working on a wrapper to allow the use of ODE
> > > from .Net, extending the work already done by Jeff Weber.