https://github.com/christophercrouzet/nvidia-warp-houdini
Exposes NVIDIA's Warp framework to Houdini.
https://github.com/christophercrouzet/nvidia-warp-houdini
houdini nvidia-warp
Last synced: about 2 months ago
JSON representation
Exposes NVIDIA's Warp framework to Houdini.
- Host: GitHub
- URL: https://github.com/christophercrouzet/nvidia-warp-houdini
- Owner: christophercrouzet
- Created: 2022-05-29T20:42:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T19:16:26.000Z (over 1 year ago)
- Last Synced: 2025-05-14T12:04:16.624Z (about 2 months ago)
- Topics: houdini, nvidia-warp
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 51
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NVIDIA's Warp for Houdini
=========================Exposes NVIDIA's Warp framework to Houdini.
NVIDIA's Warp provides access to running high-performance kernels either on
the CPU or GPU, all with the convenience of writing the code in Python.See the official reference pages for more information:
* home page:
* documentation:
* code repository:## Warning
This HDA is very much *NOT* production-ready and hasn't been thoroughly tested.
Use at your own risk!
## Build
An HDA file is already provided but it is also possible to build it anew using
the script `./bin/nvidiawarp`.## Installation
1. Install Warp using the [official instructions][installation].
2. Make Warp's Python package available to Houdini—running `import warp` from
within Houdini's shell should not error out.
3. Add the `./houdini` folder to the `HOUDINI_PATH` environment variable.## Usage
The help page for the node comes with a couple of examples, check them out!
## Repository
## License
[Unlicense][unlicense].
[installation]: https://github.com/NVIDIA/warp#installing
[unlicense]: https://unlicense.org