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.
Asked
Active
Viewed 2,008 times
1 Answers
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
-