Skip to content

Commit c8fd212

Browse files
committed
Update PhysX_4.0_RC_2018_12_20_25462362
1 parent 456cf85 commit c8fd212

File tree

43 files changed

+176
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+176
-29
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NVIDIA PhysX SDK 4.0
1+
# NVIDIA PhysX SDK 4
22

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

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

29+
## Introduction
30+
31+
Welcome to the NVIDIA PhysX SDK source code repository. This depot includes the PhysX SDK and the Kapla Demo application.
32+
33+
## Documentation
34+
35+
Please see physx/release_notes.html for updates pertaining to the latest update.
36+
37+
The full set of documentation can also be found in the repository under physx/documentation or online at http://gameworksdocs.nvidia.com/simulation.html
38+
39+
## Quick Start Instructions
40+
41+
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.
42+
43+
To build and run the Kapla Demo see kaplademo/README.md.
44+
45+
## Acknowledgements
46+
47+
This depot contains external third party open source software copyright their respective owners. See kaplademo/README.md and externals/README.md for details.

externals/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# NVIDIA PhysX SDK External Dependencies
2+
3+
This depot contains external third party open source software copyright their respective owners:
4+
5+
Brian Paul,
6+
Emil Mikulic,
7+
Hewlett-Packard Company,
8+
The Khronos Group Inc.,
9+
Pawel Olszta,
10+
VMWare,
11+
and the clang and glew development teams.
12+

externals/clang/4.0.0/LICENSE.TXT

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
==============================================================================
2+
LLVM Release License
3+
==============================================================================
4+
University of Illinois/NCSA
5+
Open Source License
6+
7+
Copyright (c) 2003-2017 University of Illinois at Urbana-Champaign.
8+
All rights reserved.
9+
10+
Developed by:
11+
12+
LLVM Team
13+
14+
University of Illinois at Urbana-Champaign
15+
16+
http://llvm.org
17+
18+
Permission is hereby granted, free of charge, to any person obtaining a copy of
19+
this software and associated documentation files (the "Software"), to deal with
20+
the Software without restriction, including without limitation the rights to
21+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
22+
of the Software, and to permit persons to whom the Software is furnished to do
23+
so, subject to the following conditions:
24+
25+
* Redistributions of source code must retain the above copyright notice,
26+
this list of conditions and the following disclaimers.
27+
28+
* Redistributions in binary form must reproduce the above copyright notice,
29+
this list of conditions and the following disclaimers in the
30+
documentation and/or other materials provided with the distribution.
31+
32+
* Neither the names of the LLVM Team, University of Illinois at
33+
Urbana-Champaign, nor the names of its contributors may be used to
34+
endorse or promote products derived from this Software without specific
35+
prior written permission.
36+
37+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
39+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
40+
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
42+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
43+
SOFTWARE.
44+
45+
==============================================================================
46+
Copyrights and Licenses for Third Party Software Distributed with LLVM:
47+
==============================================================================
48+
The LLVM software contains code written by third parties. Such software will
49+
have its own individual LICENSE.TXT file in the directory in which it appears.
50+
This file will describe the copyrights, license, and restrictions which apply
51+
to that code.
52+
53+
The disclaimer of warranty in the University of Illinois Open Source License
54+
applies to all code in the LLVM Distribution, and nothing in any of the
55+
other licenses gives permission to use the names of the LLVM Team or the
56+
University of Illinois to endorse or promote products derived from this
57+
Software.
58+
59+
The following pieces of software have additional or alternate copyrights,
60+
licenses, and/or restrictions:
61+
62+
Program Directory
63+
------- ---------
64+
Google Test llvm/utils/unittest/googletest
65+
OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex}
66+
pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT}
67+
ARM contributions llvm/lib/Target/ARM/LICENSE.TXT
68+
md5 contributions llvm/lib/Support/MD5.cpp llvm/include/llvm/Support/MD5.h

externals/clang/4.0.0/README.TXT

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
Clang binaries generated from LLVM 4.0.0 source, which was modified for
3+
NVIDIA PhysX Meta Data generation. The binaries are distributed under the
4+
same license as the LLVM software, see LICENSE.TXT.

externals/vswhere/LICENSE.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The MIT License (MIT)
2+
Copyright (C) Microsoft Corporation. All rights reserved.
3+
4+
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:
5+
6+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7+
8+
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.

kaplademo/readme.txt renamed to kaplademo/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
Build process:
2-
-------------
1+
# NVIDIA PhysX Kapla Demo
32

4-
(1) Build PhysXSDK (4.0) in the required config (e.g. vc14win64/vc15win64 debug/profile/checked/release)
3+
## Build process
4+
5+
(1) Build the PhysX SDK in the required config (e.g. vc14win64/vc15win64 debug/profile/checked/release)
56
(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.
67
(3) Run the demo
78

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

10-
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.
11+
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.
1112

12-
Known Issues
13-
------------
13+
## Known Issues
1414

1515
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.
1616

17-
18-
Acknowledgements
19-
---------------------
17+
## Acknowledgements
2018

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

0 commit comments

Comments
 (0)