fabmax / physx-jni

Java JNI bindings for Nvidia PhysX
MIT License
85 stars 8 forks source link

Support for non diffuse Fluids #54

Closed haubna closed 1 year ago

haubna commented 1 year ago

I think the only functionality missing for it is creating the particle buffer for it

PxCudaTopLevelFunctions.CreateAndPopulateParticleBuffer
fabmax commented 1 year ago

Added: https://github.com/fabmax/physx-jni/releases/tag/v2.1.0-pre

It's not yewt final, so I can add more stuff in case anything else is missing

haubna commented 1 year ago

I didn't come across anything that I miss yet, will let you know whenever I encounter something else. Great work on the wrapper! :)