1

Is there a PhysX binding for Java of any kind? I looked around a bit and saw this: http://jphysx.com/, but I got some weird Russian error thing. Even a plain old powerful physics engine with java support would work.

Abaab
  • 571
  • 1
  • 4
  • 15
  • Does searching for "java physics engine" turn up nothing useful? Also, "port" is the wrong term for this, but searching for "java physx binding" doesn't seem to turn up anything, so PhysX itself doesn't look feasible. – millimoose Apr 01 '13 at 17:57

1 Answers1

1

I couldn't tell you how well it works, but have you seen the google code project physX4java?

Edwin Buck
  • 69,361
  • 7
  • 100
  • 138
  • Doesn't seem to turn up anything useful, it seems like an abandoned project. – Abaab Apr 01 '13 at 18:04
  • It very well _may_ be dead; but, it does have a "demo" section in the source code (which seems to never been built into a release). Check out http://code.google.com/p/physx4java/source/browse/#svn%2Fphysx4java2%2Fsrc%2Fnet%2Fphysx4java%2Fdemos%2Fsimple to see if what is in the dead project is "good enough" for your needs. – Edwin Buck Apr 01 '13 at 18:08
  • Oh, I didn't see that. Thanks! – Abaab Apr 01 '13 at 18:22