From: Matthias B. <ba...@ir...> - 2005-07-20 11:06:57
|
Benjamin Bruheim wrote: > Are there any plans to include the plane2d ODE joint into this library? > > It can be found here: http://www.math.uni-bielefeld.de/~pserocka/ODE-Plane2D/ So far, PyODE only wraps the objects from the official ODE release as this makes it easier to maintain the package. Personally, I don't have any plans to add the stuff from the contrib directory or other third-party extensions. But of course, if someone wants to give the one or other extension a try I see no reason why not to add it to PyODE (it's an Open Source package, after all). Please just make sure that the extension can be disabled in the setup script (and that it's actually disabled by default). - Matthias - |