Skip to content

Minimalist OpenGL application for trying out PhysX 4 API

License

Notifications You must be signed in to change notification settings

Zhibade/physx4-opengl-base

Repository files navigation

Overview

Minimalist OpenGL application for trying out PhysX 4 API

Dependencies

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.

How to run

  • Build project
  • Run PhysX4.exe

About

Minimalist OpenGL application for trying out PhysX 4 API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published