oreon-engine icon indicating copy to clipboard operation
oreon-engine copied to clipboard

Physics Framework Integration

Open fynnfluegge opened this issue 7 years ago • 7 comments

Dyn4j is a Java Physics Engine: http://www.dyn4j.org/

fynnfluegge avatar Jul 04 '17 06:07 fynnfluegge

Yes! I love the engine so far! Danke dafür!

Kingburrito777 avatar Jul 04 '17 07:07 Kingburrito777

Isn't dyn4j only 2D?

dentmaged avatar Dec 06 '17 15:12 dentmaged

@dentmaged Per their front page, "A 100% Java 2D collision detection and physics engine."

aromanelli avatar Aug 30 '18 22:08 aromanelli

Hmmm.. We are aiming 3D here. I am currently unable to lookup some links but here are some names of other physical engines:

  • ODE4j
  • JBullet
  • Java Phys X (I believe from Nvidia?)

viloskovic avatar Aug 30 '18 22:08 viloskovic

PhysX would be the best choice I guess, I didn't know that they provide a Java wrapper, but if so, that would be awesome.

fynnfluegge avatar Aug 31 '18 08:08 fynnfluegge

I came upon this: https://github.com/flyingcatslb/physx4java

But that seems rather old and outdated. 11 years ago.. Is it worth to make a port/bridge from the original to java?

viloskovic avatar Aug 31 '18 08:08 viloskovic

Yeah 11 years is indeed outdated :/ Ode4J or JBullet can be also good solutions, but I dont't have any experience with them

fynnfluegge avatar Aug 31 '18 13:08 fynnfluegge