Minimalist OpenGL application for trying out PhysX 4 API
Put these dependencies in a folder named lib
in the root directory. E.g lib/glfw
. Please refer to CMakeLists.txt
file for the specific paths.
The following binaries are needed for PhysX:
- PhysX_64.lib
- PhysX_64.dll
- PhysXCommon_64.lib
- PhysXCommon_64.dll
- PhysXFoundation_64.lib
- PhysXFoundation_64.dll
- PhysXExtensions_static_64.lib
- PhysXPvdSDK_static_64.lib
Don't forget to compile PhysXExtensions
and PhysXPvdSDK
according to your project's CRT (C Runtime Library) setting.
- Build project
- Run
PhysX4.exe