lwjglgamedev / vulkanbook

Online book which introduces the main concepts required to write graphics games or any other applications using Vulkan in Java by using the LWJGL library.
MIT License
253 stars 13 forks source link

[Feature Request] PhysX Tutorial with this engine. #62

Open Mjrlun opened 1 year ago

Mjrlun commented 1 year ago

For making a game engine, it can be a blessing to use a more efficient physics framework. For that purpose, it would be awesome to see this tutorial also walk through implementing Nvidia's PhysX.

One of the PhysX libraries for java I found was "physx-jni". Perhaps that can help with your determination.

Thanks for your continued hard work on this Vulkan Book for LWJGL 3. It's been a godsend.

lwjglgamedev commented 1 year ago

I will have a look at it. Thanks for the suggestion.