开发者

Physics with JOGL (Java, OpenGL)

开发者 https://www.devze.com 2023-01-16 00:45 出处:网络
I\'m doing a little project to teach myself about JOGL. Some of my ideas would be easier with a physics engine. Is there a 3D p开发者_如何学编程hysics engine that\'s particularly good, or is commonly

I'm doing a little project to teach myself about JOGL. Some of my ideas would be easier with a physics engine. Is there a 3D p开发者_如何学编程hysics engine that's particularly good, or is commonly used with JOGL?


You can find some recent examples of JOGL & JBullet used together here


Try jinngine. http://code.google.com/p/jinngine/

I have looked into such frameworks but my apps have been simple enough to do physics more manually with JOGL, such as applying gravity to a reasonably small sized array of objects, making a distance map to calculate collisions, etc.


Take a look at bullet and here the Java port.
Or at this wiki page where a few engines are listed.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号