High level Rust bindings for Illumination Research’s Nodal Scene Interface – ɴsɪ.
This crate depends on nsi-sys which in term requires a renderer that implements the ɴsɪ API. Currently the only renderer that does is 3Delight.
Before you start, download a 3Delight package for your platform & install it.
This will set the $DELIGHT
environment variable that the build script is looking for to find headers and the library to link against.
Note: The free version of 3Delight will render with up to 12 cores on your machine. For crazier projects you can use their cheap cloud rendering service that gives you access to unlimited CPU cores. When you register, you get 1,000 cloud minutes for free which ain't too shabby.
This crate uses specialization. This is an unstable feature. Thus, to build, it requires nightly:
```
rustup override set nightly cargo build ```
Docs for the C, C++, Lua & Python bindings as well as an introduction and deep dive into the API can be found here.
Crate documentation is coming soon.