Skip to content

Commit

Permalink
Update PhysX_4.0_RC_2018_12_20_25462362
Browse files Browse the repository at this point in the history
  • Loading branch information
sabdulajees committed Dec 20, 2018
1 parent 456cf85 commit c8fd212
Show file tree
Hide file tree
Showing 43 changed files with 176 additions and 29 deletions.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NVIDIA PhysX SDK 4.0
# NVIDIA PhysX SDK 4

Copyright (c) 2018 NVIDIA Corporation. All rights reserved.

Expand Down Expand Up @@ -26,3 +26,22 @@ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

## Introduction

Welcome to the NVIDIA PhysX SDK source code repository. This depot includes the PhysX SDK and the Kapla Demo application.

## Documentation

Please see physx/release_notes.html for updates pertaining to the latest update.

The full set of documentation can also be found in the repository under physx/documentation or online at http://gameworksdocs.nvidia.com/simulation.html

## Quick Start Instructions

To begin, clone this repository onto your local drive. You will need to have Python 2.7.6 or later installed. Then run physx/generate_projects.[bat|sh] at the command line and follow on-screen prompts. This will let you select a platform specific solution to build. You can then open the generated solution file with your IDE and kick off one or more configuration builds.

To build and run the Kapla Demo see kaplademo/README.md.

## Acknowledgements

This depot contains external third party open source software copyright their respective owners. See kaplademo/README.md and externals/README.md for details.
12 changes: 12 additions & 0 deletions externals/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# NVIDIA PhysX SDK External Dependencies

This depot contains external third party open source software copyright their respective owners:

Brian Paul,
Emil Mikulic,
Hewlett-Packard Company,
The Khronos Group Inc.,
Pawel Olszta,
VMWare,
and the clang and glew development teams.

68 changes: 68 additions & 0 deletions externals/clang/4.0.0/LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
==============================================================================
LLVM Release License
==============================================================================
University of Illinois/NCSA
Open Source License

Copyright (c) 2003-2017 University of Illinois at Urbana-Champaign.
All rights reserved.

Developed by:

LLVM Team

University of Illinois at Urbana-Champaign

http://llvm.org

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimers.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimers in the
documentation and/or other materials provided with the distribution.

* Neither the names of the LLVM Team, University of Illinois at
Urbana-Champaign, nor the names of its contributors may be used to
endorse or promote products derived from this Software without specific
prior written permission.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.

==============================================================================
Copyrights and Licenses for Third Party Software Distributed with LLVM:
==============================================================================
The LLVM software contains code written by third parties. Such software will
have its own individual LICENSE.TXT file in the directory in which it appears.
This file will describe the copyrights, license, and restrictions which apply
to that code.

The disclaimer of warranty in the University of Illinois Open Source License
applies to all code in the LLVM Distribution, and nothing in any of the
other licenses gives permission to use the names of the LLVM Team or the
University of Illinois to endorse or promote products derived from this
Software.

The following pieces of software have additional or alternate copyrights,
licenses, and/or restrictions:

Program Directory
------- ---------
Google Test llvm/utils/unittest/googletest
OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex}
pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT}
ARM contributions llvm/lib/Target/ARM/LICENSE.TXT
md5 contributions llvm/lib/Support/MD5.cpp llvm/include/llvm/Support/MD5.h
4 changes: 4 additions & 0 deletions externals/clang/4.0.0/README.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

Clang binaries generated from LLVM 4.0.0 source, which was modified for
NVIDIA PhysX Meta Data generation. The binaries are distributed under the
same license as the LLVM software, see LICENSE.TXT.
8 changes: 8 additions & 0 deletions externals/vswhere/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
The MIT License (MIT)
Copyright (C) Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18 changes: 8 additions & 10 deletions kaplademo/readme.txt → kaplademo/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
Build process:
-------------
# NVIDIA PhysX Kapla Demo

(1) Build PhysXSDK (4.0) in the required config (e.g. vc14win64/vc15win64 debug/profile/checked/release)
## Build process

(1) Build the PhysX SDK in the required config (e.g. vc14win64/vc15win64 debug/profile/checked/release)
(2) Build corresponding build config of the demo (./source/compiler/vc15win64-PhysX_4.0/KaplaDemo.sln). The post-build step will copy across the required DLLs from the PhysX build.
(3) Run the demo

Per-demo help screens can be displayed by pressing F1. Possible command line args are dispayed on the console.
Per-demo help screens can be displayed by pressing F1. Possible command line args are displayed on the console.

The demo requires a minimum spec of a Kepler class NVIDIA GPU although best performace is achieved with a Maxwell or Pascal GPU, e.g. GTX970 or above.
The demo requires a minimum spec of a Kepler class NVIDIA GPU although best performance is achieved with a Maxwell or Pascal GPU, e.g. GTX970 or above.

Known Issues
------------
## Known Issues

The win32 build may intermittently boot to a black screen. If this occurs, exit the demo and try again. This is caused by the 32-bit GL library failing to allocate a large buffer. This issue does not occur on 64-bit builds.


Acknowledgements
---------------------
## Acknowledgements

This depot contains external third party open source software, copyright belonging to their respective owners:
* OpenGL Extension Wrangler Library
Expand Down

0 comments on commit c8fd212

Please sign in to comment.