ode4j icon indicating copy to clipboard operation
ode4j copied to clipboard

Java 3D Physics Engine & Library

Results 28 ode4j issues
Sort by recently updated
recently updated
newest added

```java public class ODEPhysicsTests { @Test public void planeGetQuaternionFail() { OdeHelper.initODE2(0); DSpace space = OdeHelper.createHashSpace(null); DPlane plane = OdeHelper.createPlane(space,0,0,1,0); DQuaternionC q = plane.getQuaternion(); } } ``` if getQuaternion exists for...

ode4j now builds with Java 9. Currently, the source code (except modularization/Maven) still builds with Java 7. The point is that Java 7 is compatible with most Android versions, whereas...

Is there a way to set ode4j to use a y-up orientation? @tzaeschke

Hello, I have looked over your port of ODE and I can see that you don't prevent from garbage collection. In [documentation](http://www.zaeschke.com/ode4j/ode4j-doc.html) I can read: `ode4j is in certain cases...

enhancement

Currently the according wiki page only describes how to use maven for the 'core' artifact. The problem with importing the whole project is to get the import of native libraries...

As mentioned in issue #35, ode4j appears to allocate significant amounts of memory in some situations/systems ("3-4 MB/s"). The problem may be in the stepper which allocates large arrays for...

enhancement

Android supports Java 7 since Android KitKat (4.4 / buildToolsVersion 19). However, maybe we should not switch to soon, because of legacy Androids

The old homepage should be migrated to GitHub, possibly merging it with the Wiki.