diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-11-20 11:35:52 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-11-20 11:35:52 -0600 |
| commit | 3cc1861221d761b7f0301b9b61de4e1aa18c09f4 (patch) | |
| tree | a51eb808016e1710a4bbd537000a493250602944 /README.md | |
| parent | PhysX 3.4.1, APEX 1.4.1 Release @22845541 (diff) | |
| download | physx-3.4-3cc1861221d761b7f0301b9b61de4e1aa18c09f4.tar.xz physx-3.4-3cc1861221d761b7f0301b9b61de4e1aa18c09f4.zip | |
PhysX 3.4.1, APEX 1.4.1 Release @23131702
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,15 +3,20 @@ Welcome to NVIDIA's PhysX and APEX SDK source code repository. ============================================================== NOTE: APEX SDK has been deprecated. We recommend the following libraries as replacements: + For APEX Clothing: NvCloth - https://github.com/NVIDIAGameWorks/NvCloth + For APEX Destruction: Blast - https://github.com/NVIDIAGameWorks/Blast + For APEX Particles: Flex - https://github.com/NVIDIAGameWorks/FleX + For APEX Turbulence: Flow - https://github.com/NVIDIAGameWorks/Flow To begin, clone this repository onto your local drive. ______________________________________________________________ See the following readme files: \PhysX_3.4\readme_*.html, \APEX_1.4\readme.txt + See Documentation under \PhysX_3.4\Documentation and \APEX_1.4\docs. ______________________________________________________________ To build PhysX and APEX SDKs: @@ -24,7 +29,10 @@ Re-building the APEX SDK removes support for GPU acceleration. The solutions can Supported platform: Windows, Linux, Android ______________________________________________________________ To build PhysX Snippets: open one of the solutions found under \PhysX_3.4\Snippets\compiler. + To build PhysX Samples (windows only): open one of the solutions found under \PhysX_3.4\Samples\compiler. + To build APEX Snippets: open one of the solutions found under \APEX_1.4\snippets\compiler. + To build APEX Samples: open one of the solutions found under \APEX_1.4\samples_v2\compiler. |