Auto-generated Rust bindings for Illumination Research’s Nodal Scene Interface – ɴsɪ.
This crate 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.
You should not need to build this crate directly unless you’re a masochist who wants to use the C-API directly from Rust.
There are high level Rust bindings for this API in the NSI repository.