Skip to content

Commit f9f684c

Browse files
committed
Merge branch 'master' into public
2 parents ac2d0ba + d2c837b commit f9f684c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For developers who want to build the library themselves the following tools are
2626

2727
* Microsoft Visual Studio 2017 upwards (Windows)
2828
* GCC 4.0 upwards (Linux)
29-
* CUDA Toolkit 11.3
29+
* CUDA Toolkit 11.3 or higher
3030

3131
After cloning the repository, users should run:
3232

@@ -36,15 +36,15 @@ This will generate the `warp.dll` / `warp.so` core library respectively. When bu
3636

3737
pip install -e .
3838

39-
Which ensures that subsequent modifications to the libary will be reflected.
39+
Which ensures that subsequent modifications to the libary will be reflected in the Python package.
4040

4141
## Running Examples
4242

4343
The `examples` directory contains a number of scripts that show how to implement different simulation methods using the Warp API. Most examples will generate USD files containing time-sampled animations in the ``examples/outputs`` directory. Before running examples users should ensure that the ``usd-core`` package is installed using:
4444

4545
pip install usd-core
4646

47-
USD files can be viewed or rendered inside NVIDIA [Omniverse](https://developer.nvidia.com/nvidia-omniverse-platform), Pixar's UsdView, Blender. Note that Preview in macOS is not recommended as it has limited support for time-sampled animations.
47+
USD files can be viewed or rendered inside NVIDIA [Omniverse](https://developer.nvidia.com/nvidia-omniverse-platform), Pixar's UsdView, and Blender. Note that Preview in macOS is not recommended as it has limited support for time-sampled animations.
4848

4949
Built-in unit tests can be run from the command-line as follows:
5050

examples/assets/rocks.usd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:7f9477b1dfb3f07a41e2ecb3c45a049d12ad6d302fa2b8ffdb8edd064207904a
3-
size 3471506
2+
oid sha256:26111bfe61e0ab1d9288d2e9babf2ef293f8510c11e1b6650791db56fe77f3c0
3+
size 3471664

0 commit comments

Comments
 (0)